BaseRenderableEntityGetLastBoundingBox Method |
Return the last calculated bounding box.
Note: this value may be out-of-date if transformations changed since last calculation.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BoundingBox GetLastBoundingBox()
Return Value
Type:
BoundingBoxLast known bounding box.
See Also