コード例 #1
0
 public void Start()
 {
     bodySourceManager = GameObject.FindObjectOfType <BodySourceManager>();
     startPosition     = transform.position;
     rpm = this.GetComponent <RecordedPointMan>();
     kpc = GameObject.FindObjectOfType <KinectPointController>();
 }