Applications use the methods of the Direct3dRMAnimationSet Class of the com.ms.directX package to group Direct3dRMAnimation objects together, which can simplify the playback of complex animation sequences.
public class Direct3dRMAnimationSet implements IDirect3dRMAnimationSet { // Methods public void addAnimation(Direct3dRMAnimation aid); public void deleteAnimation(Direct3dRMAnimation aid); public void loadFromFileByPos(String filename, int position, int flags, ILoadTextureCallback c, IUnknown pUser, Direct3dRMFrame f); public void setTime(float time); }
The Direct3dRMAnimationSet class inherits the following methods from the Direct3dRMObject class:
addDestroyCallback
duplicate
deleteDestroyCallback
getAppData
getClassName
getName
setAppData
setName
The Direct3dRMAnimationSet object is obtained by calling the createAnimationSet method.