Shape Cutoff Angle (Expression) — skript-particle

Addon: skript-particle · Category: Expression · Since: 1.0.0

Syntax

[the] cutoff angle of %cutoffshapes%

Description

The cutoff angle of a shape in degrees. This determines the portion of the whole shape that will be drawn in shapes like arcs and spherical caps. For example, a cutoff angle of 90 on an arc will create a quarter of a circle. Note that an arc can range from 0 to 360 degrees, while a spherical cap can range from 0 to 180 degrees.

Examples

set {_shape}'s cutoff angle to 90
set cutoff angle of {_shape} to 180
reset {_shape}'s cutoff angle

View source