ProcessAnimation¶ Description¶ Processes the animation applied to an animator. Parameters¶ animator The animator used to handle animation of the frames. Return Value¶ None. Syntax¶ CC++ RSDK.ProcessAnimation(Animator *animator); animator.Process(); Example¶ CC++ RSDK.ProcessAnimation(&self->animator); this->animator.Process();