Shape Animation Ordering (Effect) — skript-particle

Addon: skript-particle · Category: Effect · Since: 1.3.0

Syntax

set the animation order of %shapes% to (default|lowest-to-highest|highest-to-lowest)

Description

Controls the order in which the draw animation effect will draw points. Currently WIP, only supports 2 special orderings. lowest-to-highest, which draws from -x -y -z to x y z, and the reverse.

Examples

set the animation order of {_circle} to lowest-to-highest

View source