Exemple #1
0
 void Start()
 {
     src = src1DOFGO.GetComponent <I1DOF>();
 }
Exemple #2
0
 void Start()
 {
     zTranslationSrc = z1DOFSrcGO.GetComponent <I1DOF>();
     xTranslationSrc = x1DOFSrcGO.GetComponent <I1DOF>();
     yTranslationSrc = y1DOFSrcGO.GetComponent <I1DOF>();
 }
Exemple #3
0
 void Start()
 {
     rotationSrc = rotation1DOFSrcGO.GetComponent <I1DOF>();
     pointSrc    = point3DOFSrcGO.GetComponent <I3DOF>();
 }