nw::anim::AnimFrameController::AnimFrameController Constructor

Syntax

AnimFrameController(
     f32 startFrame = 0.0f,
     f32 endFrame = 1.0f,
     PlayPolicy playPolicy = PlayPolicy_Onetime,
     void * userData = NULL
);

Arguments

Name Description
in startFrame The starting frame.
in endFrame The ending frame
in playPolicy The animation playback method.
in userData User data.

Description

Constructor.


CONFIDENTIAL