Class MyObjectBuilder_SoundBlock
Inheritance
System.Object
MyObjectBuilder_SoundBlock
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_SoundBlock : MyObjectBuilder_FunctionalBlock
Constructors
MyObjectBuilder_SoundBlock()
Declaration
public MyObjectBuilder_SoundBlock()
Fields
CueName
Declaration
[Nullable]
public string CueName
Field Value
Type |
Description |
System.String |
|
ElapsedSoundSeconds
Declaration
public float ElapsedSoundSeconds
Field Value
Type |
Description |
System.Single |
|
IsLoopableSound
Declaration
public bool IsLoopableSound
Field Value
Type |
Description |
System.Boolean |
|
IsPlaying
Declaration
Field Value
Type |
Description |
System.Boolean |
|
LoopPeriod
Declaration
Field Value
Type |
Description |
System.Single |
|
Range
Declaration
Field Value
Type |
Description |
System.Single |
|
Volume
Declaration
Field Value
Type |
Description |
System.Single |
|
Extension Methods