API ReferenceSandbox.MovieMaker
Interpolatorclass
Helper for accessing `Sandbox.MovieMaker.IInterpolator` implementations, for interpolating between two values of the same type
object→Interpolator
Methods3
Showing 3 methods
public static bool CanInterpolate(System.Type type)
Attempts to find a default interpolator for the given `type`, returning if not found.
| Parameter | Type | Description |
|---|---|---|
| type | Type | — |
Returns:
bool—public static Sandbox.MovieMaker.IInterpolator`1<T> GetDefault()
Attempts to find a default interpolator for type , returning if not found.
Returns:
IInterpolator<T>—public static Sandbox.MovieMaker.IInterpolator`1<T> GetDefaultOrThrow()
Returns:
IInterpolator<T>—No results match this filter.