nw::gfx::BaseAnimEvaluator::SetStepFrame Member Function

Syntax

void SetStepFrame(
     float stepFrame
);

Arguments

Name Description
in stepFrame The frame step.

Return Values

None.

Description

Sets the frame's step.

Calling the UpdateFrame function adds this step value to the current frame. For example, calling SetStepFrame(2.0f) would result in playback at double speed.


CONFIDENTIAL