nw::lyt::Layout::CreateAnimTransform Member Function

Syntax

virtual AnimTransform * CreateAnimTransform();

virtual AnimTransform * CreateAnimTransform(
     const void * animResBuf,
     ResourceAccessor * pResAcsr
);

virtual AnimTransform * CreateAnimTransform(
     const AnimResource & animRes,
     ResourceAccessor * pResAcsr
);

List of Overloaded Member Functions

CreateAnimTransform ( ) Creates an animation.
CreateAnimTransform ( const void *, ResourceAccessor * ) Creates an animation.
CreateAnimTransform ( const void *, ResourceAccessor * ) Creates an animation.

Description of CreateAnimTransform ( )

Only an animation object is created.

Description of CreateAnimTransform ( const void *, ResourceAccessor * )

Creates an animation object and binds the specified resource. Fails if the resource format is invalid.

Use BindAnimationAuto when shared animation data is included in the animation resource.

Description of CreateAnimTransform ( const AnimResource &, ResourceAccessor * )

Creates an animation object and binds the specified resource. Fails if the resource format is invalid.

Use BindAnimationAuto when shared animation data is included in the animation resource.


CONFIDENTIAL