VelocityCalculator Methods |
The VelocityCalculator type exposes the following members.
Name | Description | |
---|---|---|
FixedUpdate |
Unity component method
| |
GetAverageVelocity |
We keep a history of around BufferSize number of frames for the velocity. This method returns the average velocity between of all the frames up to the specified frame.
| |
GetVelocityAt |
We keep a history of around BufferSize number of frames for the velocity. This method returns the velocity at the particular frame.
|
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |