s&box docs
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`.

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.

Metadata

FieldValue
NamespaceSandbox.MovieMaker
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.ITrackProperty

On this page