Class AudioEmitterProcessor.AssociatedData
Data associated to each Entity instances of the system having an AudioEmitterComponent and an TransformComponent.
public class AudioEmitterProcessor.AssociatedData
- Inheritance
-
AudioEmitterProcessor.AssociatedData
Fields
AudioEmitter
The AudioEmitter associated to the AudioEmitterComponent.
public AudioEmitter AudioEmitter
Field Value
AudioEmitterComponent
The AudioEmitterComponent associated to the entity
public AudioEmitterComponent AudioEmitterComponent
Field Value
IsPlaying
If this emitter has some instances playing
public bool IsPlaying
Field Value
TransformComponent
The TransformComponent associated to the entity
public TransformComponent TransformComponent