VisualServerSingleton.particlesSetCustomAabb

Sets a custom axis-aligned bounding box for the particle system. Equivalent to Particles.visibilityAabb.

struct VisualServerSingleton
@nogc nothrow
void
particlesSetCustomAabb
(
in RID particles
,
in AABB aabb
)

Meta