Component:Bounds: Difference between revisions

From Resonite Wiki
Fix other link
Fix
 
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Bounds is a component that is only 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]].
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

Latest revision as of 20:34, 16 February 2025

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.

Component image 
Bounds component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Available Bool Says whether or not this component is ready. Used internally.
LocalBounds BoundingBox The Bounding Box that this component represents

Usage

Examples

Related Components