Interface IMySoundBlock
Describes sound block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMySoundBlock : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMySoundBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Range
Gets or sets the range the sound is audible.
Declaration
float Range { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
This is not clamped like the Ingame one.
Volume
Gets or sets the volume level of sound
Declaration
float Volume { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
This is not clamped like the Ingame one.