Share via


AnimationRootFrame.AnimationController Property (Microsoft.DirectX.Direct3D)

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