boundingBox property
BoundingBox?
get
boundingBox
Gets o Hierarchical BoundingBox deste elemento
Implementation
BoundingBox? get boundingBox => _boundingBox;
set
boundingBox
(BoundingBox? bbox)
Definess o Hierarchical BoundingBox deste elemento
Implementation
set boundingBox(BoundingBox? bbox) => _boundingBox = bbox;