API ReferenceSandbox.MovieMaker.Properties
public abstract interface Sandbox.MovieMaker.Properties.ITrackPropertyFactory<TParent>
An `Sandbox.MovieMaker.Properties.ITrackPropertyFactory` that only creates properties nested inside a particular target type.
Methods
Showing 4 methods
public virtual Sandbox.MovieMaker.ITrackProperty`1<T> CreateProperty(TParent parent, string name)
public virtual string GetCategoryName(TParent parent, string name)
public virtual System.Collections.Generic.IEnumerable`1<string> GetPropertyNames(TParent parent)
public virtual System.Type GetTargetType(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`1 |