IDirect3DRMAnimationSet Interface Method Groups

Applications use the methods of the IDirect3DRMAnimationSet interface to group Direct3DRMAnimation objects together, which can simplify the playback of complex animation sequences. The methods can be organized into the following groups:

Adding, loading, AddAnimation

and removing DeleteAnimation

Load

IUnknown AddRef

QueryInterface

Release

Time SetTime

All COM interfaces inherit the IUnknown interface methods, which are listed in the "IUnknown" group above. These three methods allow additional interfaces to be added to the Direct3DRMAnimationSet object without affecting the functionality of the original interface. In addition, the IDirect3DRMAnimationSet interface inherits the following methods from the IDirect3DRMObject interface:

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMAnimationSet object is obtained by calling the IDirect3DRM::CreateAnimationSet method.