QueueMode
Used by Animation.Play function.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public enum QueueMode
Fields
Value | Description |
|---|---|
| CompleteOthers | Will start playing after all other animations have stopped playing. |
| PlayNow | Starts playing immediately. This can be used if you just want to quickly create a duplicate animation. |