Show / Hide Table of Contents

Class NavMeshBuildSettingsExtensions

Inheritance
System.Object
NavMeshBuildSettingsExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class NavMeshBuildSettingsExtensions

Methods

| Improve this Doc View Source

SetToDefault(INavMeshBuildSettings)

Declaration
public static void SetToDefault(this INavMeshBuildSettings settings)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.NavMeshBuildSettings.INavMeshBuildSettings settings
| Improve this Doc View Source

SetValues(INavMeshBuildSettings, INavMeshParams)

Declaration
public static void SetValues(this INavMeshBuildSettings settings, INavMeshParams navParams)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.NavMeshBuildSettings.INavMeshBuildSettings settings
AssetRipper.SourceGenerated.Subclasses.NavMeshParams.INavMeshParams navParams
| Improve this Doc View Source

SetValues(INavMeshBuildSettings, Single, Single)

Declaration
public static void SetValues(this INavMeshBuildSettings settings, float agentClimb, float cellSize)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.NavMeshBuildSettings.INavMeshBuildSettings settings
System.Single agentClimb
System.Single cellSize
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾