C# Class UnityEditor.NavMeshEditorHelpers

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
DrawAgentDiagram ( Rect rect, float agentRadius, float agentHeight, float agentClimb, float agentSlope ) : void

Method Details

DrawAgentDiagram() public static method

public static DrawAgentDiagram ( Rect rect, float agentRadius, float agentHeight, float agentClimb, float agentSlope ) : void
rect UnityEngine.Rect
agentRadius float
agentHeight float
agentClimb float
agentSlope float
return void