TransitionDefinition Class |
Namespace: DustProductions.Core
public class TransitionDefinition : ScriptableObject
The TransitionDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| TransitionDefinition | Initializes a new instance of the TransitionDefinition class |
| Name | Description | |
|---|---|---|
| CustomCurve |
Define a custom curve for your animations (check out the Core Quick Reference guide to access plenty of built-in curves)
| |
| EaseType |
The type of mathematic function used for the transition
| |
| MyTransitionType |
The type of transition you want to use. Interpolate for preset options, Custom to define your own curve.
| |
| SecondsForTransition |
The amount of time, in seconds, this transition should take.
|
| 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.
| |
| TryGetMultithreadedTransitionValues |
Use the Jobs system to get transition values for items in a NativeArray.
| |
| TryGetMultithreadedTransitionValuesImmediately |
Use the Jobs system to get transition values for items in a NativeArray.
|
| Name | Description | |
|---|---|---|
| DefaultNewObjectName |
The default name of this asset
| |
| DefaultPath |
The path to the folder to create this asset
|