s&box docs

public static abstract sealed class Editor.Animate

Broader workflow and conceptual references connected to this API.

Methods

Showing 4 methods

public static void Add(object owningObject, float secondsToTake, float from, float to, System.Action`1<float> value, string ease = ease-in-out)

Parameters

  • ease: Default: ease-in-out

public static void CancelAll(object owningObject, bool jumpToEnd)

Cancel all of this object's active animations

public static void Frame()

public static bool IsActive(object owningObject)

Returns true if this object has any active animations

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.Animate

On this page