Click or drag to resize

TransitionType_ThrowAndCatch Class

This transition bounces the property to a destination value and back to the original value. It is decelerated to the destination and then acclerated back as if being thrown against gravity and then descending back with gravity.
Inheritance Hierarchy

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

The TransitionType_ThrowAndCatch type exposes the following members.

Constructors
  NameDescription
Public methodTransitionType_ThrowAndCatch
Constructor. You pass in the total time taken for the bounce.
Top
Methods
  NameDescription
Public methodonTimer
Called to find the value for the movement of properties for the time passed in.
(Inherited from TransitionType_UserDefined.)
Public methodsetup
Sets up the transitions.
(Inherited from TransitionType_UserDefined.)
Top
See Also