nw::demo::Utility::GetAnimGroup Member Function

Syntax

static nw::gfx::AnimGroup * GetAnimGroup(
     nw::gfx::SceneObject * object,
     AnimationType animationType
);

Arguments

Name Description
in object Scene object.
in animationType The animation type.

Return Values

Returns the obtained animation group.

Description

Gets the animation group.

Obtains the animation group of the specified type from the scene object. If the pointer is unobtainable, returns NULL.


CONFIDENTIAL