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

Syntax

void SetStepFrame(
     float stepFrame
);

Arguments

Name Description
in stepFrame The update frame.

Return Values

None.

Description

Sets an updated frame.

Calling the UpdateFrame function adds an update frame to the current frame. For example, double speed playback results if SetStepFrame(2.0f) is invoked.


CONFIDENTIAL