Direction

Property

Namespace: Vox

Declared in: Vox.SoundSource


Gets or sets the direction of the sound source. If direction is a zero vector, the source is omnidirectional.

Syntax

public Vector3 Direction { public get; public set; }

Back to index