AudioNodeListener.Position Property

Definition

Gets or sets a vector representing the position of the emitter in 3D space, expressed in meters.

public:
 property float3 Position { float3 get(); void set(float3 value); };
float3 Position();

void Position(float3 value);
public Vector3 Position { get; set; }
var vector3 = audioNodeListener.position;
audioNodeListener.position = vector3;
Public Property Position As Vector3

Property Value

Vector3 Vector3

float3

A vector representing the position of the emitter in 3D space.

Applies to