nw::anim::res::ResAnimGroup Class

Syntax

class ResAnimGroup : public nw::ut::ResCommon< ResAnimGroupData >

Description

Resource class containing information about a group of objects to animate.

Enumerated Types

BlendOperationType The type of animation blending.
TargetType The type of the target objects to animate. Further defined in derived classes.
Flag Animation target object flag.

Member Functions

Resource Access
GetTargetType Gets the TargetType.
SetTargetType Sets the TargetType.
GetMemberInfoSetCount Gets the number of member information data elements.
GetMemberInfoSet Gets member information data.
GetMemberInfoSetIndex Gets the index number from member information data.
GetBlendOperationsCount Gets the number of BlendOperations elements.
GetBlendOperations Gets a pointer to the start address of BlendOperations.
Other
ResAnimGroup Constructor.
ref
operator==
operator!=
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::anim::res::ResAnimGroup


CONFIDENTIAL