Table of Contents

Class AudioEmitterProcessor.AssociatedData

Namespace
Stride.Audio
Assembly
Stride.Engine.dll

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

AudioEmitter

AudioEmitterComponent

The AudioEmitterComponent associated to the entity

public AudioEmitterComponent AudioEmitterComponent

Field Value

AudioEmitterComponent

IsPlaying

If this emitter has some instances playing

public bool IsPlaying

Field Value

bool

TransformComponent

The TransformComponent associated to the entity

public TransformComponent TransformComponent

Field Value

TransformComponent