computeLocalAabb method

  1. @protected
Aabb3? computeLocalAabb()

Compute the local-space AABB for this component's own geometry.

The base implementation returns null (no geometry). Subclasses with geometry should override this to return their mesh/model AABB.

Implementation

@protected
Aabb3? computeLocalAabb() => null;