Api Editor Animate
class

Animate

public static abstract sealed class Animate

Methods

static Void Add(Object owningObject, Single secondsToTake, Single from, Single to, Action<Single> value, String ease = ease-in-out)
static Void CancelAll(Object owningObject, Boolean jumpToEnd)

Cancel all of this object's active animations

static Boolean IsActive(Object owningObject)

Returns true if this object has any active animations

static Void Frame()
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.Animate