s&box docs
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()

Metadata

FieldValue
NamespaceSandbox.MovieMaker
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Interpolator

On this page