RaTweening 1.0.0
Loading...
Searching...
No Matches
Protected Member Functions | Properties | List of all members
RaTweening.Core.RaTweeningEngine Class Reference

This DontDestroyOnLoad - Singleton handles the progressing through all tweens registered to it. Tweens are Registered to the engine by calling their RaTweenUtilExtensions.Play<TweenT>(TweenT) method. This class does its work automatically by the internal systems and is not required to be manually called by the user.

‍Note: By Default, a tween runs in RealTime. To change it to GameTime, call RaTweenUtilExtensions.SetToGameTime<TweenT>(TweenT) on that tween.

More...

Inheritance diagram for RaTweening.Core.RaTweeningEngine:

Protected Member Functions

void LateUpdate ()
 
void OnDestroy ()
 

Properties

static bool HasInstance [get]
 
static RaTweeningEngine Instance [get]
 

Detailed Description

This DontDestroyOnLoad - Singleton handles the progressing through all tweens registered to it. Tweens are Registered to the engine by calling their RaTweenUtilExtensions.Play<TweenT>(TweenT) method. This class does its work automatically by the internal systems and is not required to be manually called by the user.

‍Note: By Default, a tween runs in RealTime. To change it to GameTime, call RaTweenUtilExtensions.SetToGameTime<TweenT>(TweenT) on that tween.