Class MyObjectBuilder_Toolbar
Inheritance
System.Object
MyObjectBuilder_Toolbar
Assembly: VRage.Game.dll
[MyObjectBuilderDefinition]
public class MyObjectBuilder_Toolbar : MyObjectBuilder_Base
Constructors
Declaration
public MyObjectBuilder_Toolbar()
Fields
Declaration
[NoSerialize]
public List<Vector3> ColorMaskHSVList
Field Value
Type |
Description |
System.Collections.Generic.List<Vector3> |
|
Declaration
[Serialize]
public Nullable<int> SelectedSlot
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
[Serialize]
public List<MyObjectBuilder_Toolbar.Slot> Slots
Field Value
Declaration
[Serialize]
public List<MyObjectBuilder_Toolbar.Slot> SlotsGamepad
Field Value
Declaration
public MyToolbarType ToolbarType
Field Value
Methods
Declaration
public void Remap(IMyRemapHelper remapHelper)
Parameters
Declaration
public bool ShouldSerializeColorMaskHSVList()
Returns
Type |
Description |
System.Boolean |
|
Extension Methods