Class MyObjectBuilder_Jukebox
Inheritance
System.Object
MyObjectBuilder_Jukebox
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_Jukebox : MyObjectBuilder_SoundBlock
Constructors
MyObjectBuilder_Jukebox()
Declaration
public MyObjectBuilder_Jukebox()
Fields
CurrentSound
Declaration
Field Value
Type |
Description |
System.Int32 |
|
IsJukeboxPlaying
Declaration
public bool IsJukeboxPlaying
Field Value
Type |
Description |
System.Boolean |
|
SelectedSounds
Declaration
[Nullable]
public List<string> SelectedSounds
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
TextPanels
Declaration
[Serialize]
public List<MySerializedTextPanelData> TextPanels
Field Value
Methods
GetTextPanelsData()
Declaration
public override List<MySerializedTextPanelData> GetTextPanelsData()
Returns
Overrides
Extension Methods