C# Class RecastTileUpdateHandler, ProjectPhoenix

Inheritance: MonoBehaviour
Show file Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
maxThrottlingDelay float

Public Methods

Method Description
ScheduleUpdate ( Bounds bounds ) : void
SetGraph ( RecastGraph graph ) : void
UpdateDirtyTiles ( ) : void

Private Methods

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

Method Details

ScheduleUpdate() public method

public ScheduleUpdate ( Bounds bounds ) : void
bounds Bounds
return void

SetGraph() public method

public SetGraph ( RecastGraph graph ) : void
graph RecastGraph
return void

UpdateDirtyTiles() public method

public UpdateDirtyTiles ( ) : void
return void

Property Details

maxThrottlingDelay public property

public float maxThrottlingDelay
return float