Component:BoxMeshGizmo: Difference between revisions

From Resonite Wiki
imported>AshtonSparx
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=BoxMeshGizmoComponent.png |Name=Box Mesh Gizmo }} <!--T:2--> == Fields == {{Table Component..."
 
Add info
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|Name=Box Mesh Gizmo
|Name=Box Mesh Gizmo
}}
}}
The '''BoxMeshGizmo''' component is used to resize [[Component:BoxMesh]]s in a visual manner using the [[DevTip]].


<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_target|BoxMesh|
|_target|{{RootFieldType|RelayRef`1|[[Component:BoxMesh|BoxMesh]]}}|TypeAdv0=true| The box Mesh this component is targeting for 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.
}}
}}


<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Used to adjust the size of a box mesh. This can be accessed via the gizmo menu using a dev tip in your context menu. The button to activate it is the box mesh option.


<!--T:4-->
<!--T:4-->
Line 22: Line 25:


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

Latest revision as of 15:56, 11 November 2024


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


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

The BoxMeshGizmo component is used to resize Component:BoxMeshs 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<BoxMesh> The box Mesh this component is targeting for 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 mesh. This can be accessed via the gizmo menu using a dev tip in your context menu. The button to activate it is the box mesh option.


Examples

See Also