C# Class Pathfinding.RVO.RVOSimulator

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
desiredSimulatonFPS int
doubleBuffering bool
interpolation bool
workerThreads ThreadCount

Public Methods

Method Description
Awake ( ) : void
GetSimulator ( ) : Simulator
OnDestroy ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

GetSimulator() public method

public GetSimulator ( ) : Simulator
return Simulator

OnDestroy() public method

public OnDestroy ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

desiredSimulatonFPS public property

public int desiredSimulatonFPS
return int

doubleBuffering public property

public bool doubleBuffering
return bool

interpolation public property

public bool interpolation
return bool

workerThreads public property

public ThreadCount workerThreads
return ThreadCount