The node to add the emitter outlines to.
Controls if the outlines should be added to the entire
branch or only to the node
. Defaults to true
.
Optional
color: Vector4ValueThe color of the outlines.
Optional
lineWidth: ScalarValueThe width of the outlines.
Optional
args: Partial<Props<BillboardEx>>Extra arguments for the particle action constructor.
Adds outlines for all particle and node emitters in the node.
GPU particle emitters are not outlined, as they work very differently, and adding child nodes to the node with the emitter can seemingly sometimes affect the rotation of the GPU particle emitter somehow.