Component:BoxMeshGizmo

From Resonite Wiki
Revision as of 15:56, 11 November 2024 by 989onan (talk | contribs) (Add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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