RawGameController.AxisCount プロパティ

定義

生のゲーム コントローラー上の軸の数。

public:
 property int AxisCount { int get(); };
int AxisCount();
public int AxisCount { get; }
var int32 = rawGameController.axisCount;
Public ReadOnly Property AxisCount As Integer

プロパティ値

Int32

int

生のゲーム コントローラー上の軸の数。

適用対象