nw::anim::res::ResMemberAnim Class

Syntax

class ResMemberAnim : public nw::ut::ResCommon< ResMemberAnimData >

Description

Class for resource with single-element animation data.

The function for evaluating the element type and the like are defined in the derived class for the corresponding element. The derived class defined each curve type as Int and Float.

Enumerated Types

PrimitiveType The type of the element being animated.

Member Functions

Resource Access
GetFlags
SetFlags
GetPath
GetTargetName
GetBaseObjectPath
GetPrimitiveType
SetPrimitiveType
Other
ResMemberAnim Constructor.
ref
operator ==
operator !=
Setup Initializes a resource.
Cleanup Cleans up a resource.
GetPrimitiveSize Gets the size of the primitive, in bytes.
EvaluateResultForType Evaluates the animation result for the type.
ApplyCacheForType
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Inherited from ResCommonBase.
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::anim::res::ResMemberAnim


CONFIDENTIAL