C# Class Pathfinding.RVO.RVOSimulator

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo 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_oe property

public int desiredSimulatonFPS
return int

doubleBuffering public_oe property

public bool doubleBuffering
return bool

interpolation public_oe property

public bool interpolation
return bool

workerThreads public_oe property

public ThreadCount workerThreads
return ThreadCount