Skip to content

ProcessAnimation

Description

Processes the animation applied to an animator.

Parameters

  • animator The animator used to handle animation of the frames.

Return Value

None.

Syntax

RSDK.ProcessAnimation(Animator *animator);
Animator.Process();

Example

RSDK.ProcessAnimation(&animator);
animator.Process();