![]() |
Liberi
An exergame built for kids with CP!
|
Makes this object maintain a constant speed. More...
Inherits MonoBehaviour.
Public Attributes | |
float | Speed |
The speed to maintain. More... | |
Makes this object maintain a constant speed.
Definition at line 9 of file ConstantSpeed.cs.
float ConstantSpeed.Speed |
The speed to maintain.
This may be overriden by the "Velocity" node in the spawn details (if present), but can still be modified post-spawn programmatically.
Definition at line 16 of file ConstantSpeed.cs.