C# Class Pathfinding.TileHandlerHelper

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

Public Properties

Property Type Description
updateInterval float

Public Methods

Method Description
DiscardPending ( ) : void
ForceUpdate ( ) : void
UseSpecifiedHandler ( TileHandler handler ) : void

Private Methods

Method Description
HandleOnDestroyCallback ( NavmeshCut obj ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

DiscardPending() public method

public DiscardPending ( ) : void
return void

ForceUpdate() public method

public ForceUpdate ( ) : void
return void

UseSpecifiedHandler() public method

public UseSpecifiedHandler ( TileHandler handler ) : void
handler TileHandler
return void

Property Details

updateInterval public_oe property

public float updateInterval
return float