API Referenceglobal
Functionclass
An easing function that transforms the linear input into non linear output.
object→
MulticastDelegate→FunctionConstructors1
Showing 1 constructors
public Function(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(float delta, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| delta | float | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual float EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
float—public virtual float Invoke(float delta)
| Parameter | Type | Description |
|---|---|---|
| delta | float | — |
Returns:
float—No results match this filter.