Show / Hide Table of Contents

Class MyObjectBuilder_ControllerButtonAction

Inheritance
System.Object
MyObjectBuilder_Action
MyObjectBuilder_ControllerButtonAction
Inherited Members
MyObjectBuilder_Action.Action
Namespace: VRage.Game.ObjectBuilders.Definitions
Assembly: VRage.Game.dll
Syntax
public class MyObjectBuilder_ControllerButtonAction : MyObjectBuilder_Action

Constructors

MyObjectBuilder_ControllerButtonAction()

Declaration
public MyObjectBuilder_ControllerButtonAction()

MyObjectBuilder_ControllerButtonAction(MyJoystickButtonsEnum, ButtonAction)

Declaration
public MyObjectBuilder_ControllerButtonAction(MyJoystickButtonsEnum joystickButtonTranslated, ButtonAction action)
Parameters
Type Name Description
VRage.Input.MyJoystickButtonsEnum joystickButtonTranslated
ButtonAction action

Fields

GamepadButton

Declaration
public MyGamepadButtons GamepadButton
Field Value
Type Description
VRage.Input.MyGamepadButtons

Properties

JoystickButton

Declaration
[NoSerialize]
public MyJoystickButtonsEnum JoystickButton { get; set; }
Property Value
Type Description
VRage.Input.MyJoystickButtonsEnum
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾