Api Sandbox MovieMaker Properties ITrackPropertyFactory<TParent,TValue>
interface

ITrackPropertyFactory<TParent,TValue>

public interface ITrackPropertyFactory<TParent,TValue>

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

Type Parameters

TParent Parent target type that this factory's properties are always nested inside.
TValue Property value type for properties created by this factory.

Methods

virtual Boolean PropertyExists(TParent parent, String name)
virtual ITrackProperty<TValue> CreateProperty(TParent parent, String name)
Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker.Properties Full Name: Sandbox.MovieMaker.Properties.ITrackPropertyFactory<TParent,TValue>