API ReferenceSandbox.MovieMaker

Interpolatorclass

Helper for accessing `Sandbox.MovieMaker.IInterpolator` implementations, for interpolating between two values of the same type

objectInterpolator
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.MovieMaker.Interpolator

Methods3

Showing 3 methods

public static bool CanInterpolate(System.Type type)PUBLICSTATIC

Attempts to find a default interpolator for the given `type`, returning if not found.

ParameterTypeDescription
typeType
Returns:bool

public static Sandbox.MovieMaker.IInterpolator`1<T> GetDefault()PUBLICSTATIC

Attempts to find a default interpolator for type , returning if not found.

Returns:IInterpolator<T>

public static Sandbox.MovieMaker.IInterpolator`1<T> GetDefaultOrThrow()PUBLICSTATIC

Returns:IInterpolator<T>

On this page