TransitionType_Linear Class |
This class manages a linear transition. The percentage complete for the transition
increases linearly with time.
Inheritance HierarchySystemObject
TransitionsTransitionType_Linear
Namespace:
Transitions
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntaxpublic class TransitionType_Linear : ITransitionType
The TransitionType_Linear type exposes the following members.
Constructors
| Name | Description |
---|
 | TransitionType_Linear |
Constructor. You pass in the time (in milliseconds) that the
transition will take.
|
Top
Methods
| Name | Description |
---|
 | onTimer |
We return the percentage completed.
|
Top
See Also