Listener3DSettings.OrientTop Property

Language:

Retrieves and sets the listener's top orientation.

Definition

Visual Basic Public Property OrientTop As Vector3
C# public Vector3 OrientTop { get; set; }
C++ public:
property Vector3 OrientTop {
        Vector3 get();
        void set(Vector3 value);
}
JScript public function get OrientTop() : Vector3
public function set OrientTop(Vector3);

Property Value

Microsoft.DirectX.Vector3
The listener's top orientation.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center