API ReferenceSandbox.MovieMaker

ITrackPropertyclass

A target referencing a member property or field of another target.

objectITrackProperty
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.ITrackProperty

Methods1

Showing 1 methods

public virtual bool Update(Sandbox.MovieMaker.IPropertyTrack track, Sandbox.MovieMaker.MovieTime time)PUBLICVIRTUALPER-FRAME

If bound and writable, update this property's value from the given `track` at the given `time`.

ParameterTypeDescription
trackIPropertyTrack
timeMovieTime
Returns:bool

Properties4

Showing 4 properties

public virtual bool Sandbox.MovieMaker.ITrackProperty.CanRead { get; set; }PUBLICVIRTUALGETSET

False if this member is write-only.

Returns:bool

public virtual bool Sandbox.MovieMaker.ITrackProperty.CanWrite { get; set; }PUBLICVIRTUALGETSET

False if this member is read-only.

Returns:bool

public virtual object Sandbox.MovieMaker.ITrackProperty.Value { get; set; }PUBLICVIRTUALGETSET

If bound, gets or sets the current value of this member.

Returns:object

On this page