AudioController.Persistent Field

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
If enabled, the audio controller will survive scene changes

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

Syntax

C#
public bool Persistent

Field Value

Type: Boolean

Remarks

For projects with a large number of audio files you may consider having separate AudioController version for each scene and only specify those audio items that are really required in this scene. This can reduce memory consumption and speed up loading time for the initial scene.

See Also