Function Particles.visibilityAabb

The AABB that determines the area of the world part of which needs to be visible on screen for the particle system to be active.

AABB visibilityAabb() nothrow @property @nogc;

void visibilityAabb (
  AABB v
) nothrow @property @nogc;