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 Gets flags.
SetFlags Sets flags.
EnableFlags Enables flags.
DisableFlags Disables flags.
GetPath Gets the path.
GetPrimitiveType Gets elements to animate.
SetPrimitiveType Sets the element to animate.
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 Applies the animation result cache to the target according to the type.
ptr Returns a pointer to a binary resource structure. (Derived 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::ResMemberAnim


CONFIDENTIAL