Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.27 KB

File metadata and controls

30 lines (19 loc) · 1.27 KB

Kill (AABox)

Menu Path : Kill > Kill (AABox)

The Kill (AABox) Block kills (sets the alive attribute to false) particles depending on where they are in comparison to a given AABox.

Block settings

Setting Type Description
Mode Enum The method Unity uses to determine whether to kill a particle. The options are:
Solid: Kills particles within the AABox.
Inverted: Kills particles outside of the AABox.

Block compatibility

This Block is compatible with the following Contexts:

Block properties

Input Type Description
Box AABox The box to compare particle position to.

Remark

  • If you use this Block inside an output Context, particles temporarily disappear, but don't stay killed.
  • Make sure to enable the Reap Particles option in update, otherwise killed particles don't disappear.