AudioNodeListener.Orientation 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.
Gets or sets a Quaternion expressing the rotation of the listener in 3D space.
public:
property quaternion Orientation { quaternion get(); void set(quaternion value); };
quaternion Orientation();
void Orientation(quaternion value);
public Quaternion Orientation { get; set; }
var quaternion = audioNodeListener.orientation;
audioNodeListener.orientation = quaternion;
Public Property Orientation As Quaternion
Property Value
The rotation of the listener in 3D space.