Table of Contents

Property Position

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Position

Gets or sets the current location of the listener, in the world coordinate frame. If this property is not set, the location of the audio listener will not be updated.

[TypeConverter(typeof(NumericRecordConverter))]
public Vector3? Position { get; set; }

Property Value

Vector3?