Functionclass

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

objectMulticastDelegateFunction
Namespace
global
Assembly
Sandbox.System
Declaration
public sealed class Sandbox.Utility.Easing.Function : System.MulticastDelegate

Constructors1

Showing 1 constructors

public Function(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

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

ParameterTypeDescription
deltafloat
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual float EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:float

public virtual float Invoke(float delta)PUBLICVIRTUAL

ParameterTypeDescription
deltafloat
Returns:float

On this page