Class NavMeshEditorHelpers
Inheritance
NavMeshEditorHelpers
Assembly: UnityEditor.dll
Syntax
public static class NavMeshEditorHelpers
Methods
|
Improve this Doc
View Source
DrawAgentDiagram(Rect, Single, Single, Single, Single)
Declaration
public static void DrawAgentDiagram(Rect rect, float agentRadius, float agentHeight, float agentClimb, float agentSlope)
Parameters
|
Improve this Doc
View Source
DrawBuildDebug(NavMeshData)
Declaration
[ExcludeFromDocs]
public static void DrawBuildDebug(NavMeshData navMeshData)
Parameters
DrawBuildDebug(NavMeshData, NavMeshBuildDebugFlags)
Declaration
public static void DrawBuildDebug(NavMeshData navMeshData, [DefaultValue("NavMeshBuildDebugFlags.All")] NavMeshBuildDebugFlags flags)
Parameters
|
Improve this Doc
View Source
OpenAgentSettings(Int32)
Declaration
public static void OpenAgentSettings(int agentTypeID)
Parameters
Type |
Name |
Description |
Int32 |
agentTypeID |
|
|
Improve this Doc
View Source
OpenAreaSettings()
Declaration
public static void OpenAreaSettings()