AudioItem.loopSequenceRandomDelay Field

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Specifies a random delay for the LoopSequence

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

Syntax

C#
public float loopSequenceRandomDelay

Field Value

Type: Single

Remarks

A random delay between 0 and this value will be added between two subsequent subitmes in the LoopSequence. Can be combined with loopSequenceOverlap.

See Also