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

Properties6

Showing 6 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.DefaultValue { get; set; }PUBLICVIRTUALGETSET

If `Sandbox.MovieMaker.ITrackProperty.HasDefaultValue` is true, what default value should be used for this property.

Returns:object

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

Does this property have a default value that should be applied at times when controlling tracks have no data?

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