Component:MeshGizmo

From Resonite Wiki
Component image 
Mesh Gizmo component as seen in the Scene Inspector

The Mesh Gizmo component is used to set up and generate the visuals/behavior of mesh orbs which are physical item/references to mesh data.

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.
_target direct RelayRef`1<StaticMesh> The static mesh that this is referencing and displaying.
_inspectorRoot direct RelayRef`1<Slot> The inspector this component generated when it was made.

Usage

Used in mesh orbs used with the Mesh Tool and with scene inspectors for allowing physical hold able access to meshes for use in static and skinned mesh renderers.

Examples

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

We need images here.

See Also