API ReferenceSandbox.MovieMaker.Properties

BindingReferenceclass

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

objectBindingReference
Namespace
Sandbox.MovieMaker.Properties
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.MovieMaker.Properties.BindingReference

Methods2

Showing 2 methods

public static bool CanMakeReference(System.Type type)PUBLICSTATIC

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`.

ParameterTypeDescription
typeType
Returns:bool

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

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

ParameterTypeDescription
refTypeType
Returns:Type

On this page