Component:SceneInspector

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

See Scene Inspector!

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.
Root direct RelayRef`1<Slot> The root of the view of this inspector's hiearchy.
ComponentView Slot The currently selected slot to view components for.
_rootText Sync`1<String> The text field for the display of the root hiearchy slot for this inspector's view.
_componentText Sync`1<String> The text field for the display of the slot for this inspector's component view.
_hierarchyContentRoot Slot The root of the view for slots on the currently viewed slot hiearchy.
_componentsContentRoot Slot The root of the view for components on the currently selected slot.
_currentComponent Slot The current component this is looking at.
_currentRoot Slot The current root this is looking at.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OnRootUpPressed:ButtonEventHandler ButtonEventHandler Called when the go up in hiearchy button is touched.
OnObjectRootPressed:ButtonEventHandler ButtonEventHandler Called when the view slot component list button is touched.
OnSetRootPressed:ButtonEventHandler ButtonEventHandler Called when the set root slot view button is touched.
OnAddChildPressed:ButtonEventHandler ButtonEventHandler Called when the add child button is touched.
OnInsertParentPressed:ButtonEventHandler ButtonEventHandler Called when the insert parent button is touched.
OnAttachComponentPressed:ButtonEventHandler ButtonEventHandler Called when the attach component dialog button is touched.
OnComponentSelected:Action`2<ComponentSelector, Type> Action`2<ComponentSelector, Type> Handles when a component selector is told to attach a component to the slot this is on.
OnDestroyPressed:ButtonEventHandler ButtonEventHandler Called when the destroy button is touched.
OnDestroyPreservingAssetsPressed:ButtonEventHandler ButtonEventHandler Called when the recycle button is touched.
OnDuplicatePressed:ButtonEventHandler ButtonEventHandler Called when the button is touched.

Usage

See Scene Inspector!

Examples

See Scene Inspector!

See Also