AnimationSet.AnimationSet Constructor

Language:

Initializes a new instance of the AnimationSet class.

Definition

Visual Basic Public Sub New( _
    ByVal pUnk As ID3DXAnimationSet _
)
C# public AnimationSet(
    ID3DXAnimationSet pUnk
);
C++ public:
 AnimationSet(
    ID3DXAnimationSet pUnk
);
JScript public function AnimationSet(
    pUnk : ID3DXAnimationSet
);

Parameters

pUnk Microsoft.DirectX.PrivateImplementationDetails.ID3DXAnimationSet
Unmanaged Component Object Model (COM) ID3DXAnimationSet interface pointer.

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