コード例 #1
0
ファイル: PhysicsManagement.cs プロジェクト: ReefCole/Cube
 // Use this for initialization
 void Start()
 {
     LimbManager   = this.gameObject.GetComponent <LimbManagement>();
     CubeRigidBody = this.gameObject.GetComponent <Rigidbody>();
 }
コード例 #2
0
ファイル: ControlsAnimation.cs プロジェクト: ReefCole/Cube
 // Use this for initialization
 void Start()
 {
     LimbAnimator = this.gameObject.GetComponent <Animator>();
     LimbManager  = this.gameObject.GetComponent <LimbManagement>();
     SoundPlayer  = this.gameObject.GetComponent <SfxManager>();
 }