org.rajawali3d.scene / Scene / registerAnimation

registerAnimation

open fun registerAnimation(anim: Animation!): Boolean

Register an animation to be managed by the scene. This is optional leaving open the possibility to manage updates on Animations in your own implementation.

Parameters

anim - Animation!: Animation to be registered.

Return
Boolean: boolean True if the registration was queued successfully.

open fun registerAnimation(anim: Animation!): Boolean

Register an animation to be managed by the scene. This is optional leaving open the possibility to manage updates on Animations in your own implementation.

Parameters

anim - Animation!: Animation to be registered.

Return
Boolean: boolean True if the registration was queued successfully.