Class AudioListenerProcessor
Processor in charge of creating and updating the Audio
- Inheritance
-
Audio
Listener Processor
- Inherited Members
Remarks
The processor updates only Audio
Constructors
AudioListenerProcessor()
Create a new instance of AudioListenerProcessor.
Methods
Draw(RenderContext)
Performs work related to this processor.
Parameters
context
RenderContext
OnEntityComponentAdding(Entity, AudioListenerComponent, AudioListenerComponent)
Run when a matching entity is added to this entity processor.
protected override void OnEntityComponentAdding(Entity entity, AudioListenerComponent component, AudioListenerComponent data)
Parameters
entity
EntityThe entity.
component
AudioListener Component data
AudioListener Component The associated data.
OnEntityComponentRemoved(Entity, AudioListenerComponent, AudioListenerComponent)
Run when a matching entity is removed from this entity processor.
protected override void OnEntityComponentRemoved(Entity entity, AudioListenerComponent component, AudioListenerComponent data)
Parameters
entity
EntityThe entity.
component
AudioListener Component data
AudioListener Component The associated data.
OnSystemAdd()
Run when this Entity
OnSystemRemove()
Run when this Entity