AudioNodeEmitter.Direction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A vector expressing the direction in which audio is emitted from the AudioNodeEmitter.
public:
property float3 Direction { float3 get(); void set(float3 value); };
float3 Direction();
void Direction(float3 value);
public Vector3 Direction { get; set; }
var vector3 = audioNodeEmitter.direction;
audioNodeEmitter.direction = vector3;
Public Property Direction As Vector3
Property Value
The direction in which audio is emitted from the emitter.