API ReferenceSandbox.MovieMaker
public abstract interface Sandbox.MovieMaker.ITrackProperty
A target referencing a member property or field of another target.
Methods
Showing 1 methods
public virtual bool Update(Sandbox.MovieMaker.IPropertyTrack track, Sandbox.MovieMaker.MovieTime time)
If bound and writable, update this property's value from the given `track` at the given `time`.
No results match this filter.
Properties
Showing 4 properties
public virtual bool Sandbox.MovieMaker.ITrackProperty.CanRead { get; set; }
False if this member is write-only.
public virtual bool Sandbox.MovieMaker.ITrackProperty.CanWrite { get; set; }
False if this member is read-only.
public virtual Sandbox.MovieMaker.ITrackTarget Sandbox.MovieMaker.ITrackProperty.Parent { get; set; }
Target that this member belongs to.
public virtual object Sandbox.MovieMaker.ITrackProperty.Value { get; set; }
If bound, gets or sets the current value of this member.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.ITrackProperty |