Api Sandbox MovieMaker Properties BindingReference
class

BindingReference

public static abstract sealed class BindingReference

Helper methods for working with BindingReference`1.

Methods

static this Boolean CanMakeReference(Type type)

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

static Type GetUnderlyingType(Type refType)

If is a constructed BindingReference`1, gets the wrapped type. Otherwise, returns .

Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker.Properties Full Name: Sandbox.MovieMaker.Properties.BindingReference