Click or drag to resize

TransitionDefinition Methods

The TransitionDefinition type exposes the following members.

Methods
  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.
Public methodTryGetMultithreadedTransitionValues
Use the Jobs system to get transition values for items in a NativeArray.
Public methodTryGetMultithreadedTransitionValuesImmediately
Use the Jobs system to get transition values for items in a NativeArray.
Top
See Also