PlayMode
Used by Animation.Play function.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public enum PlayMode
Fields
Value | Description |
|---|---|
| StopAll | Will stop all animations that were started with this component before playing. |
| StopSameLayer | Will stop all animations that were started in the same layer. This is the default when playing animations. |