Component:MaterialGizmo

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

The MaterialGizmo component is used to set up and manage Material orbs and their behavior for snapping to snapper components.

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<MaterialProvider> The material this Gizmo was made for.
_inspectorRoot direct RelayRef`1<Slot> The inspector made in order to view _target

Usage

Used with the Material Tool and Scene Inspector to manage references to materials as an item that can be held and looked at.

Examples

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

See Also