aabb property

  1. @override
AABB aabb
inherited

Get the Axis Aligned Bounding Box that encompasses the world space scene

Implementation

@override
AABB get aabb => _actor == null ? AABB() : _setupAABB;