Exemplo n.º 1
0
 void Start()
 {
     rot = GetComponent <RotationHolder> ();
 }
Exemplo n.º 2
0
 void Awake()
 {
     rot        = GetComponent <RotationHolder> ();
     localZAxis = transform.forward;
 }
Exemplo n.º 3
0
 void Start()
 {
     rot        = GetComponent <RotationHolder> ();
     im         = GetComponent <InputManager> ();
     localZAxis = transform.forward;
 }