Component:BoxColliderGizmo: Difference between revisions

From Resonite Wiki
imported>AshtonSparx
 
Add related
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=BoxColliderGizmoComponent.png
|Image=BoxColliderGizmoComponent.png
|Name=Box Collider Gizmo
|Name=Box Collider Gizmo
}}
}}
The '''BoxColliderGizmo''' component is used to resize and move [[Component:BoxCollider]]s in a visual manner using the [[DevTip]].


<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_target|BoxCollider|
|_target|{{RootFieldType|RelayRef`1|[[Component:BoxCollider|BoxCollider]]}}|TypeAdv0=true| The box collider this component is currently editing
|_cubeGizmo|BoxGizmo|
|_cubeGizmo|'''[[Component:BoxGizmo|BoxGizmo]]'''|TypeAdv1=true| The visual for this component which is used to edit <code>_target</code> in a visual manner.
}}
}}


Line 19: Line 19:


<!--T:4-->
<!--T:4-->
Used to adjust the size of a box collider. Easily accessibly by an unmarked box button in the Gizmo when selecting a [[BoxMesh (Component)|Box Mesh]] or [[BoxCollider (Component)|Box Collider]]
Used to adjust the size of a box collider. This can be accessed via the gizmo menu using a dev tip in your context menu. The button to activate it is the box collider option.


== Examples ==
== Examples ==
{{stub}}


<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
* [[DevTip]]
* [[Component:BoxMeshGizmo]]
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Box Collider Gizmo]]
[[Category:Components{{#translation:}}|Box Collider Gizmo]]
[[Category:Components:Uncategorized{{#translation:}}|Box Collider Gizmo]]
[[Category:Components:Uncategorized{{#translation:}}|Box Collider Gizmo]]

Latest revision as of 15:55, 11 November 2024

Component image 
Box Collider Gizmo component as seen in the Scene Inspector

The BoxColliderGizmo component is used to resize and move Component:BoxColliders in a visual manner using the DevTip.

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.
_target direct RelayRef`1<BoxCollider> The box collider this component is currently editing
_cubeGizmo BoxGizmo The visual for this component which is used to edit _target in a visual manner.

Usage

Used to adjust the size of a box collider. This can be accessed via the gizmo menu using a dev tip in your context menu. The button to activate it is the box collider option.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also