![]() |
Liberi
An exergame built for kids with CP!
|
Spins this object. More...
Inherits MonoBehaviour.
Public Attributes | |
float | Speed |
The speed at which to spin. More... | |
bool | IsEffect |
Whether the spin is a canonical state change or simply a client-side visual effect. More... | |
Vector3 | Axis = Vector3.forward |
The axis around which to spin. More... | |
Spins this object.
Definition at line 7 of file Spinner.cs.
Vector3 Spinner.Axis = Vector3.forward |
The axis around which to spin.
Definition at line 20 of file Spinner.cs.
bool Spinner.IsEffect |
Whether the spin is a canonical state change or simply a client-side visual effect.
Definition at line 16 of file Spinner.cs.
float Spinner.Speed |
The speed at which to spin.
Definition at line 12 of file Spinner.cs.