API ReferenceSandbox.MovieMaker
public static abstract sealed class Sandbox.MovieMaker.Interpolator
Helper for accessing `Sandbox.MovieMaker.IInterpolator` implementations, for interpolating between two values of the same type
Methods
Showing 3 methods
public static bool CanInterpolate(System.Type type)
Attempts to find a default interpolator for the given `type`, returning if not found.
public static Sandbox.MovieMaker.IInterpolator`1<T> GetDefault()
Attempts to find a default interpolator for type , returning if not found.
public static Sandbox.MovieMaker.IInterpolator`1<T> GetDefaultOrThrow()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Interpolator |