Class MyActionDescription
Inheritance
System.Object
MyActionDescription
Assembly: VRage.Game.dll
Syntax
public sealed class MyActionDescription : ValueType
Fields
IsTextControlHint
Declaration
public bool IsTextControlHint
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public object[] JoystickFormatParams
Field Value
Type |
Description |
System.Object[] |
|
ShouldUpdateEach
Declaration
public bool ShouldUpdateEach
Field Value
Type |
Description |
System.Boolean |
|
ShowForGamepad
Declaration
public bool ShowForGamepad
Field Value
Type |
Description |
System.Boolean |
|
Properties
Declaration
public object[] FormatParams { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
JoystickText
Declaration
public Nullable<MyStringId> JoystickText { get; set; }
Property Value
Text
Declaration
public MyStringId Text { get; set; }
Property Value