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