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(&self->animator);
this->animator.Process();