[This is preliminary documentation and is subject to change.]

The Track<(Of <(T>)>) type exposes the following members.

Constructors

  NameDescription
Public methodTrack<(Of <(T>)>)Overloaded.

Methods

  NameDescription
Public methodAdd
Add a Frame into the track. IF the frame already exists, the existing frame is returned
Public methodCount
Public methodDelete
Delete the specified keyframe
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpolate
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
Renders the track at a specific track time and then stores the result in a frame buffer
Public methodSetFrame
Set the current keyframe, based on a particular frame number This sets up internal information to quickly reference the keyframe and (potentially) the next keyframe for interpolation This assumes that at least one keyframe exists, at any particular local time index.
Public methodSetKeyFrame
Set a KeyFrame into the track. If the frame already exists, the existing frame is returned
Public methodToString (Overrides Object..::.ToString()()().)

Fields

  NameDescription
Public fieldBuffer
Protected fieldframes

Properties

  NameDescription
Public propertyCurrent
Get/Set the current value of the track
Public propertyCurrentFrame
Public propertyCurrentKeyFrame
Public propertyFrame
Get/set the current track frame (value, plus control points etc..)
Public propertyFrames
Public propertyItemOverloaded.

See Also