s&box docs
API ReferenceSandbox.MovieMaker.Properties

public static abstract sealed class Sandbox.MovieMaker.Properties.BindingReference

Helper methods for working with `Sandbox.MovieMaker.Properties.BindingReference`.

Methods

Showing 2 methods

public static bool CanMakeReference(System.Type type)

Can we make a `Sandbox.MovieMaker.IReferenceTrack` or `Sandbox.MovieMaker.Properties.BindingReference` of the given `type`? Returns true if `type` is either `Sandbox.GameObject`, or derived from `Sandbox.Component`.

public static System.Type GetUnderlyingType(System.Type refType)

If `refType` is a constructed `Sandbox.MovieMaker.Properties.BindingReference`, gets the wrapped type. Otherwise, returns .

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Properties
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Properties.BindingReference

On this page