⭕ShapeParticle

Here you will everything to know on the ShapeParticle parameter of the particleCreator

Example of a shapeParticle

"shapeParticle": [
      {
        "key": "SHAPE_CIRCLE",
        "option": "20;0.66"
      },
      {
        "key": "MASK_PLAYERFOLLOW",
        "option": ""
      }
    ]

Basic shapes can new be reused sequentially multiple times, it will for every displayed particle create the shape

The shapeParticle parameter can be seen as an list of "instruction" executed sequentially to create the shape wanted

Each "instructions" has 2 parameters:

  1. A key

  2. Options (sometimes optionals)

Last updated