s&box docs
API ReferenceSandbox.MovieMaker.Properties

public abstract interface Sandbox.MovieMaker.Properties.ITrackPropertyFactory<TParent,TValue>

An `Sandbox.MovieMaker.Properties.ITrackPropertyFactory` that only creates properties nested inside a particular target type, and that always have the same property value type .

Methods

Showing 2 methods

public virtual Sandbox.MovieMaker.ITrackProperty`1<TValue> CreateProperty(TParent parent, string name)

public virtual bool PropertyExists(TParent parent, string name)

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Properties
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Properties.ITrackPropertyFactory`2

On this page