示例#1
0
 public VirtualJoystickYTrigger(VirtualJoystick joystick, ThresholdModes mode, float threshold)
 {
     this.joystick = joystick;
     Mode          = mode;
     Threshold     = threshold;
 }
示例#2
0
 public VirtualIntegerAxisTrigger(VirtualIntegerAxis axis, ThresholdModes mode, int threshold)
 {
     this.axis = axis;
     Mode      = mode;
     Threshold = threshold;
 }
示例#3
0
 public VirtualAxisTrigger(VirtualAxis axis, ThresholdModes mode, float threshold)
 {
     this.axis = axis;
     Mode      = mode;
     Threshold = threshold;
 }
示例#4
0
 public VirtualJoystickYTrigger(VirtualJoystick joystick, ThresholdModes mode, float threshold)
 {
 }
示例#5
0
 public VirtualIntegerAxisTrigger(VirtualIntegerAxis axis, ThresholdModes mode, int threshold)
 {
 }
示例#6
0
 public VirtualAxisTrigger(VirtualAxis axis, ThresholdModes mode, float threshold)
 {
 }