C# Class Pathfinding.RelevantGraphSurface

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
maxRange float

Public Methods

Method Description
FindAllGraphSurfaces ( ) : void
OnDrawGizmos ( ) : void
OnDrawGizmosSelected ( ) : void
UpdateAllPositions ( ) : void
UpdatePosition ( ) : void

Private Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

FindAllGraphSurfaces() public static method

public static FindAllGraphSurfaces ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

UpdateAllPositions() public static method

public static UpdateAllPositions ( ) : void
return void

UpdatePosition() public method

public UpdatePosition ( ) : void
return void

Property Details

maxRange public_oe property

public float maxRange
return float