API ReferenceSandbox.MovieMaker
ITrackPropertyclass
A target referencing a member property or field of another target.
object→ITrackProperty
Methods1
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`.
| Parameter | Type | Description |
|---|---|---|
| track | IPropertyTrack | — |
| time | MovieTime | — |
Returns:
bool—No results match this filter.
Properties4
Showing 4 properties
public virtual bool Sandbox.MovieMaker.ITrackProperty.CanRead { get; set; }
False if this member is write-only.
Returns:
bool—public virtual bool Sandbox.MovieMaker.ITrackProperty.CanWrite { get; set; }
False if this member is read-only.
Returns:
bool—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.
Returns:
object—No results match this filter.