Function VisualServerSingleton.particlesSetCustomAabb

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

void particlesSetCustomAabb (
  const(RID) particles,
  const(AABB) aabb
) nothrow @nogc;