6 [AddComponentMenu(
"Liberi/Spinner")]
20 public Vector3
Axis = Vector3.forward;
26 _sync = GetComponent<Sync>();
33 transform.Rotate(Axis * Time.deltaTime * Speed * Mathf.Sign(transform.localScale.x));
Vector3 Axis
The axis around which to spin.
float Speed
The speed at which to spin.
static int LocalPeerIndex
Gets the peer index of this peer.
bool IsEffect
Whether the spin is a canonical state change or simply a client-side visual effect.
This class server two main functions: 1) As a MonoBehaviour, it allows for network synchronization of...