â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": ""
}
]
The shapeParticle parameter can be seen as an list of "instruction" executed sequentially to create the shape wanted
Each "instructions" has 2 parameters:
A key
Options (sometimes optionals)
Last updated
Was this helpful?