Click or drag to resize

TransitionDefinitionGetTransitionValue Method

Overload List
  NameDescription
Public methodGetTransitionValue(Single, Single, Single)
Use this to lookup the float between start and end at the seconds passed in, with respect to SecondsForTransition.
Public methodGetTransitionValue(Color, Color, Single)
Use this to lookup the Color between start and end at the seconds passed in, with respect to SecondsForTransition.
Public methodGetTransitionValue(Quaternion, Quaternion, Single)
Use this to lookup the Quaternion between start and end at the seconds passed in, with respect to SecondsForTransition.
Public methodGetTransitionValue(Vector3, Vector3, Single)
Use this to lookup the Vector3 between start and end at the seconds passed in, with respect to SecondsForTransition.
Top
See Also