Click or drag to resize

TransitionType_Linear Class

This class manages a linear transition. The percentage complete for the transition increases linearly with time.
Inheritance Hierarchy
SystemObject
  TransitionsTransitionType_Linear

Namespace:  Transitions
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class TransitionType_Linear : ITransitionType

The TransitionType_Linear type exposes the following members.

Constructors
  NameDescription
Public methodTransitionType_Linear
Constructor. You pass in the time (in milliseconds) that the transition will take.
Top
Methods
  NameDescription
Public methodonTimer
We return the percentage completed.
Top
See Also