Esempio n. 1
0
 void Start()
 {
     src = src2DOFGO.GetComponent <I2DOF>();
 }
Esempio n. 2
0
 void Awake()
 {
     rotation2DOF = rotation2DOFSrc.GetComponent <I2DOF>();
     up3DOF       = up3DOFSrc.GetComponent <I3DOF>();
     right3DOF    = right3DOFSrc.GetComponent <I3DOF>();
 }
Esempio n. 3
0
 void Start()
 {
     forwardSrc = forward3DOF.GetComponent <I3DOF>();
     rightSrc   = right3DOF.GetComponent <I3DOF>();
     motionSrc  = motion2DOF.GetComponent <I2DOF>();
 }