Ejemplo n.º 1
0
 void Start()
 {
     rBody                = GetComponent <Rigidbody>();
     wheelDriveSkid       = GetComponent <WheelDriveSkid>();
     m_OrientationCube    = GetComponentInChildren <OrientationCubeController>();
     m_DirectionIndicator = GetComponentInChildren <DirectionIndicator>();
 }
Ejemplo n.º 2
0
 void Start()
 {
     rBody          = GetComponent <Rigidbody>();
     wheelDriveSkid = GetComponent <WheelDriveSkid>();
 }