nw::anim::AnimFrameController::AnimFrameController Constructor
AnimFrameController(
f32 startFrame = 0.0f,
f32 endFrame = 1.0f,
PlayPolicy playPolicy = PlayPolicy_Onetime,
void * userData = NULL
);
| Name | Description | |
|---|---|---|
| in | startFrame | The starting frame. |
| in | endFrame | The ending frame |
| in | playPolicy | The animation playback method. |
| in | userData | User data. |
Constructor.
CONFIDENTIAL