API ReferenceSandbox.MovieMaker.Properties

ITrackPropertyFactory<TParent,TValue>class

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

objectITrackPropertyFactory<TParent,TValue>
Namespace
Sandbox.MovieMaker.Properties
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.Properties.ITrackPropertyFactory<TParent,TValue>

Methods2

Showing 2 methods

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

ParameterTypeDescription
parentTParent
namestring
Returns:ITrackProperty<TValue>

public virtual bool PropertyExists(TParent parent, string name)PUBLICVIRTUAL

ParameterTypeDescription
parentTParent
namestring
Returns:bool

On this page