Click or drag to resize

GH_AnimatorT Properties

The GH_AnimatorT generic type exposes the following members.

Properties
  NameDescription
Public propertyInterpolation
Gets or sets the interpolation mode. Changing the mode during an animation will result in discontinuous motion.
Public propertyPhase
Gets the current animation phase.
Public propertyValueA
Gets or sets the start value of the animation. This value is set from within the constructor though you can change it at any time.
Public propertyValueB
Gets or sets the end value of the animation. This value is set from within the constructor though you can change it at any time.
Top
See Also