NNS_G3dAnmObjSetBlendRatio

Syntax

#include <nnsys/g3d/kernel.h>
void
NNS_G3dAnmObjSetBlendRatio(
    NNSG3dAnmObj* pAnmObj,
    fx32          ratio
);

Arguments

pAnmObj Pointer to the NNSG3dAnmObj structure
ratio Animation blend ratio

Return Values

None.

Description

Configures the animation blend ratio of the animation object designated by pAnmObj.

See Also

Revision History

2004/08/02 Initial version.


CONFIDENTIAL