Class MyObjectBuilder_ControllerButtonAction
Inheritance
System.Object
MyObjectBuilder_ControllerButtonAction
Assembly: VRage.Game.dll
public class MyObjectBuilder_ControllerButtonAction : MyObjectBuilder_Action
Constructors
Declaration
public MyObjectBuilder_ControllerButtonAction()
Declaration
public MyObjectBuilder_ControllerButtonAction(MyJoystickButtonsEnum joystickButtonTranslated, ButtonAction action)
Parameters
Type |
Name |
Description |
VRage.Input.MyJoystickButtonsEnum |
joystickButtonTranslated |
|
ButtonAction |
action |
|
Fields
Declaration
public MyGamepadButtons GamepadButton
Field Value
Type |
Description |
VRage.Input.MyGamepadButtons |
|
Properties
Declaration
[NoSerialize]
public MyJoystickButtonsEnum JoystickButton { get; set; }
Property Value
Type |
Description |
VRage.Input.MyJoystickButtonsEnum |
|