コード例 #1
0
 public void Overwrite(InputParameters other)
 {
     other.horz = horz;
     other.vert = vert;
 }
コード例 #2
0
ファイル: DeviceProvider.cs プロジェクト: blockspacer/iCarus
 public void Get(InputParameters parameters)
 {
     parameters.horz = Input.GetAxisRaw("Horizontal");
     parameters.vert = Input.GetAxisRaw("Vertical");
 }