AnimationPriority
*Pronto este contenido estará disponible en tu idioma seleccionado.
When multiple AnimationTracks are played concurrently by the same Animator and affect the same animated joints, the tracks are evaluated in order from high to low priority, per joint, while the total track weight sum remains less than 1.0. When the track weight sum reaches or exceeds 1.0 for a joint, evaluation stops and no lower-priority tracks will be evaluated for that joint. AnimationTracks with the same priority that are playing concurrently will blend proportional to their track weights (normalized if the sum exceeds 1).
Higher priority animation will override lower priority ones per joint. The priority order is:
- Action4
- Action3
- Action2
- Action
- Movement
- Idle
- Core
Roblox's default character animations, including catalog animation bundles, play at Core priority. Idle through Action4 priority are for developer use.
Objetos
Nombre | Valor | Resumen |
---|---|---|
Idle | 0 | |
Movement | 1 | |
Action | 2 | |
Action2 | 3 | |
Action3 | 4 | |
Action4 | 5 | |
Core | 1000 |