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)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker.Properties |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Properties.ITrackPropertyFactory`2 |