コード例 #1
0
 // Use this for initialization
 void Start()
 {
     poseCorrect  = false;
     _randomLimb  = GetComponent <RandomLimb>();
     _changeLimbs = GetComponent <ChangeLimbs>();
     score        = 0;  // this is p hacky
     health       = 3;
 }
コード例 #2
0
ファイル: CheckPose.cs プロジェクト: cutedork/YogaGameMidterm
 // Use this for initialization
 void Start()
 {
     poseCorrect = false;
     _randomLimb = GetComponent<RandomLimb>();
     _changeLimbs = GetComponent<ChangeLimbs>();
     score = 0; // this is p hacky
     health = 3;
 }