Api Sandbox MovieMaker ITrackProperty
interface

ITrackProperty

public interface ITrackProperty

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

Properties

Name Type Description
Parent virtual ITrackTarget Target that this member belongs to.
CanRead virtual Boolean False if this member is write-only.
CanWrite virtual Boolean False if this member is read-only.
Value virtual Object If bound, gets or sets the current value of this member.

Methods

virtual Boolean Update(IPropertyTrack track, MovieTime time)

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

Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.ITrackProperty