Click or drag to resize
SoVRMLAudioCliploop Property

Controls whether the sound continues when it reaches the end of a sound cycle as defined in the audio file.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool loop { get; }

Property Value

Type: SoSFBool
Remarks

If loop is false at the end of a cycle, execution is terminated. If true, the sound continues into the next cycle.

See Also