AudioController.UsePooledAudioObjects Field

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Enables / Disables AudioObject pooling

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public bool UsePooledAudioObjects

Field Value

Type: Boolean

Remarks

Warning: Use PoolableReference<(Of <(<'T>)>)> to store an AudioObject reference if you have pooling enabled.

See Also