nw::gfx::SceneUpdater::UpdateAll Member Function

Syntax

virtual void UpdateAll(
     SceneContext * sceneContext
);

Arguments

Name Description
in sceneContext The update target.

Return Values

None.

Description

Updates the scene. Animation is updated at the same time.

Do not use UpdateAll if you will be separately calling the methods shown below.

・UpdateTransformNode
・UpdateSkeletalModel
・UpdateAnim
・EvaluateAnim

See Also

UpdateTransformNode
UpdateSkeletalModel
UpdateAnim
EvaluateAnim


CONFIDENTIAL