مشاركة عبر


AudioNodeListener.DopplerVelocity Property

Definition

Gets or sets a Vector3 expressing the velocity at which the listener is moving in 3D space, expressed in meters per second.

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

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

Property Value

Vector3 Vector3

float3

The velocity at which the listener is moving.

Applies to