⭕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

Each "instructions" has 2 parameters:

  1. A key

  2. Options (sometimes optionals)

📑List of available shapes

Last updated

Was this helpful?