Overview
Profile: common
Attribute Summary
name | type | description |
---|---|---|
Public | ||
action | function():Void |
A function that is called when the elapsed time on a cycle passes
the specified time of this A function that is called when the elapsed time on a cycle passes
the specified time of this Profile: common |
canSkip | Boolean |
Defines whether or not the Defines whether or not the Profile: common |
time | Duration |
Defines the reference elapsed time offset within a single cycle
of a Timeline at which the associated values will be set and at
which the Defines the reference elapsed time offset within a single cycle
of a Timeline at which the associated values will be set and at
which the Profile: common |
timelines | Timeline[] |
A list of sub-timelines that will be started when the time cursor passes
the specified time of this A list of sub-timelines that will be started when the time cursor passes
the specified time of this Profile: common |
values | KeyValue[] |
The list of target variables and the desired values they should
interpolate at the specified time of this The list of target variables and the desired values they should
interpolate at the specified time of this Profile: common |
Protected |
Inherited Attributes
Function Summary
- public compareTo(o: java.lang.Object) : Integer
-
A comparison function used to sort KeyFrames by their specified reference time.
More: [+]A comparison function used to sort KeyFrames by their specified reference time.
-
Parameters
- o
-
Returns
- Integer
Profile: common