aabb property

  1. @override
AABB aabb
override

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

Implementation

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