Class AmbientSoundComponentState
Inheritance
System.Object
AmbientSoundComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class AmbientSoundComponentState : ComponentState
Properties
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Range
Declaration
public float Range { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Sound
Declaration
public SoundSpecifier Sound { get; }
Property Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
Volume
Declaration
public float Volume { get; }
Property Value
Type |
Description |
System.Single |
|