Class AmbientSoundSystem
Inheritance
System.Object
AmbientSoundSystem
Assembly: Content.Client.dll
Syntax
public sealed class AmbientSoundSystem : SharedAmbientSoundSystem
Properties
|
Improve this Doc
View Source
OverlayEnabled
Declaration
public bool OverlayEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
IsActive(AmbientSoundComponent)
Is this AmbientSound actively playing right now?
Declaration
public bool IsActive(AmbientSoundComponent component)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QueueUpdate(EntityUid, AmbientSoundComponent)
Declaration
protected override void QueueUpdate(EntityUid uid, AmbientSoundComponent ambience)
Parameters
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
|
Improve this Doc
View Source
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type |
Name |
Description |
System.Single |
frameTime |
|