AnimationRootFrame.AnimationController Property

Language:

Retrieves the animation controller.

Definition

Visual Basic Public ReadOnly Property AnimationController As AnimationController
C# public AnimationController AnimationController { get; }
C++ public:
property AnimationController^ AnimationController {
        AnimationController^ get();
}
JScript public function get AnimationController() : AnimationController

Property Value

Microsoft.DirectX.Direct3D.AnimationController
The AnimationController object.

This property is read-only. 

Remarks

Animations loaded from a DirectX (.x) file have an AnimationController object that corresponds to the animation in the .x file. The controller is created with default maximum tracks and events.

See Also


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