Bounds is a component that is used by the [[Component:LegacyRadio|Legacy Radio Component]] When being generated by a UIBuilder, such as when being a legacy radio is created by the [[DevTip]]. This component implements [[Type:IBounded]] so it can be used with anything that accepts a bounds source such as [[Component:BoundingBoxDriver]].
{{Infobox Component
{{Infobox Component
|Image=BoundsComponent.png
|Image=BoundsComponent.png
Line 11:
Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Available|Bool|
|Available|Bool| Says whether or not this component is ready. Used internally.
|LocalBounds|BoundingBox|
|LocalBounds|BoundingBox| The [[Type:BoundingBox|Bounding Box]] that this component represents
Bounds is a component that is used by the Legacy Radio Component When being generated by a UIBuilder, such as when being a legacy radio is created by the DevTip. This component implements Type:IBounded so it can be used with anything that accepts a bounds source such as Component:BoundingBoxDriver.