#include <nnsys/g3d/kernel.h>
void
NNS_G3dAnmObjSetFrame(
NNSG3dAnmObj* pAnmObj,
fx32 frame
);
pAnmObj | Pointer to the NNSG3dAnmObj structure |
frame | The play frame of the animation |
None.
Configures the animation play frame of the animation object designated by pAnmObj
.
2004/08/02 Initial version.
CONFIDENTIAL