s&box docs

public sealed class Sandbox.Utility.Easing.Function : System.MulticastDelegate

An easing function that transforms the linear input into non linear output.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

public Function(object object, System.IntPtr method)

Methods

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(float delta, System.AsyncCallback callback, object object)

public virtual float EndInvoke(System.IAsyncResult result)

public virtual float Invoke(float delta)

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.Utility.Easing.Function

On this page