TransitionDefinitionGetTransitionValue Method |
| Name | Description | |
|---|---|---|
| GetTransitionValue(Single, Single, Single) |
Use this to lookup the float between start and end at the seconds passed in, with respect to SecondsForTransition.
| |
| GetTransitionValue(Color, Color, Single) |
Use this to lookup the Color between start and end at the seconds passed in, with respect to SecondsForTransition.
| |
| GetTransitionValue(Quaternion, Quaternion, Single) |
Use this to lookup the Quaternion between start and end at the seconds passed in, with respect to SecondsForTransition.
| |
| GetTransitionValue(Vector3, Vector3, Single) |
Use this to lookup the Vector3 between start and end at the seconds passed in, with respect to SecondsForTransition.
|