-
Notifications
You must be signed in to change notification settings - Fork 0
TPAnimPackage
Tomasz Piowczyk edited this page Sep 8, 2018
·
2 revisions
/// Runs coroutine that will call onAnimation every frame till evaluated time of anim.Curve will be 1.0f
public static void Animate(TPAnimation anim, Action<float> onAnimation, Action onStart = null, Action onEnd = null)public static YieldInstruction WaitOneFrame { get{} }
public static void RunCoroutine(IEnumerator routine){}This is extended documentation of TPFramework.Core, for core functionallity see THIS