コード例 #1
0
 void Start()
 {
     flatty        = GetComponentInChildren <FlatbedController>();
     recordedInput = gameObject.AddComponent <inputRecording>();
     recordedInput.setRecordStart(this.transform.position);
 }
コード例 #2
0
ファイル: XYMovement.cs プロジェクト: MKBjorkman/Pipeliner
 // Use this for initialization
 void Start()
 {
     recordedInput = gameObject.AddComponent <inputRecording>();
     recordedInput.setRecordStart(this.transform.position);
 }