コード例 #1
0
ファイル: GlobalInputCache.cs プロジェクト: billymillions/Iso
 // Use this for initialization
 void Awake()
 {
     InputBuffer     = new InputBuffer();
     ContiguousInput = new ContiguousInput(this.GetComponent <PlayerInput>());
 }