Home
last modified time | relevance | path

Searched refs:PlayPolicy (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/anim/
Danim_AnimFrameController.h176 typedef f32 (*PlayPolicy)(f32 startFrame, f32 endFrame, f32 inputFrame, void* pUserData); typedef
192 PlayPolicy playPolicy = PlayPolicy_Onetime,
260 PlayPolicy GetPlayPolicy() const { return m_PlayPolicy; } in GetPlayPolicy()
267 void SetPlayPolicy(PlayPolicy playPolicy) { m_PlayPolicy = playPolicy; } in SetPlayPolicy()
304 PlayPolicy m_PlayPolicy;
/NW4C-1.2.23/include/nw/gfx/
Dgfx_AnimObject.h1051 nw::anim::AnimFrameController::PlayPolicy GetPlayPolicy() const in GetPlayPolicy()
1060 void SetPlayPolicy(nw::anim::AnimFrameController::PlayPolicy playPolicy) in SetPlayPolicy()