Skip to content

TPAnimPackage

Tomasz Piowczyk edited this page Sep 8, 2018 · 2 revisions

TPAnim

/// 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)

TPCoroutine

public static YieldInstruction WaitOneFrame { get{} }
public static void RunCoroutine(IEnumerator routine){}

Clone this wiki locally