Show / Hide Table of Contents

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 Source

Tree

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>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾