Class AmbientSoundTreeComponent
Samples nearby AmbientSoundComponent and plays audio.
Inheritance
System.Object
AmbientSoundTreeComponent
Implements
Robust.Shared.ComponentTrees.IComponentTreeComponent<AmbientSoundComponent>
Namespace: Content.Client.Audio
Assembly: Content.Client.dll
Syntax
public sealed class AmbientSoundTreeComponent : Component, IComponentTreeComponent<AmbientSoundComponent>
Properties
| Improve this Doc View SourceTree
Declaration
public DynamicTree<ComponentTreeEntry<AmbientSoundComponent>> Tree { get; set; }
Property Value
Type | Description |
---|---|
Robust.Shared.Physics.DynamicTree<Robust.Shared.Physics.ComponentTreeEntry<AmbientSoundComponent>> |
Implements
Robust.Shared.ComponentTrees.IComponentTreeComponent<TComp>