Class AmbientSoundOverlay
Debug overlay that shows all ambientsound sources in range
Inheritance
System.Object
Robust.Client.Graphics.Overlay
AmbientSoundOverlay
Namespace: Content.Client.Audio
Assembly: Content.Client.dll
Syntax
public sealed class AmbientSoundOverlay : Overlay
Constructors
| Improve this Doc View SourceAmbientSoundOverlay(IEntityManager, AmbientSoundSystem, EntityLookupSystem)
Declaration
public AmbientSoundOverlay(IEntityManager entManager, AmbientSoundSystem ambient, EntityLookupSystem lookup)
Parameters
Type | Name | Description |
---|---|---|
IEntityManager | entManager | |
AmbientSoundSystem | ambient | |
EntityLookupSystem | lookup |
Properties
| Improve this Doc View SourceSpace
Declaration
public override OverlaySpace Space { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Enums.OverlaySpace |
Overrides
Robust.Client.Graphics.Overlay.Space
Methods
| Improve this Doc View SourceDraw(OverlayDrawArgs)
Declaration
protected override void Draw(in OverlayDrawArgs args)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.Graphics.OverlayDrawArgs | args |
Overrides
Robust.Client.Graphics.Overlay.Draw(Robust.Client.Graphics.OverlayDrawArgs)