Listener3DOrientation.Listener3DOrientation Constructor

Language:

Initializes a new instance of the Listener3DOrientation structure.

Definition

Visual Basic Public Sub New( _
    ByVal front As Vector3, _
    ByVal top As Vector3 _
)
C# public Listener3DOrientation(
    Vector3 front,
    Vector3 top
);
C++ public:
 Listener3DOrientation(
    Vector3 front,
    Vector3 top
);
JScript public function Listener3DOrientation(
    front : Vector3,
    top : Vector3
);

Parameters

front Microsoft.DirectX.Vector3
top Microsoft.DirectX.Vector3

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