None PrimaryIndexTrigger PrimaryHandTrigger SecondaryIndexTrigger SecondaryHandTrigger Any
ライブラリの実装
OVRInputクラスに実装があります。
引数に、列挙型のAxis1Dを渡すと指定した入力の値float型を返してくれます。
1 2 3 4 5 6 7 8
///<summary> /// Gets the current state of the given virtual 1-dimensional axis mask on the given controller mask. /// Returns the value of the largest masked axis across all masked controllers. Values range from 0 to 1. ///</summary> publicstaticfloatGet(Axis1D virtualMask, Controller controllerMask = Controller.Active) { return GetResolvedAxis1D(virtualMask, RawAxis1D.None, controllerMask); }