AudioEmitterProcessor.AssociatedData Class
Namespace: Stride.AudioAssembly: Stride.Engine.dll
Data associated to each Entity instances of the system having an AudioEmitterComponent and an TransformComponent.
System.Object →
AudioEmitterProcessor.AssociatedData
Derived from AudioEmitterProcessor.AssociatedData:
public class AssociatedData
Name | Description | |
---|---|---|
Fields | ||
AudioEmitter | The AudioEmitter associated to the AudioEmitterComponent. |
|
AudioEmitterComponent | The AudioEmitterComponent associated to the entity |
|
IsPlaying | If this emitter has some instances playing |
|
TransformComponent | The TransformComponent associated to the entity |
Fields
AudioEmitter
The AudioEmitter associated to the AudioEmitterComponent.
public AudioEmitter AudioEmitter
Field Value
Type | Description |
---|---|
AudioEmitter |
AudioEmitterComponent
The AudioEmitterComponent associated to the entity
public AudioEmitterComponent AudioEmitterComponent
Field Value
Type | Description |
---|---|
AudioEmitterComponent |
IsPlaying
If this emitter has some instances playing
public bool IsPlaying
Field Value
Type | Description |
---|---|
System.Boolean |
TransformComponent
The TransformComponent associated to the entity
public TransformComponent TransformComponent
Field Value
Type | Description |
---|---|
TransformComponent |