Component image 
Worker Inspector component as seen in the Scene Inspector

A worker inspector (as opposed to Scene Inspector) is an inspector which only shows a single worker such as a component. When you grab a component reference and click Primary it will usually create one of these inspectors. You can grab sub-objects from some components which will create one of these inspectors when clicking Primary. Some workers are only obtainable via Ref Hacking which is one of the Things to Avoid.
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. |
_targetContainer
|
Worker | The container which holds this component or proto component (FrooxEngine.ComponentBase). |
_workerFilter
|
delegate of identity Predicate`1<Worker> | A filter to apply to the workers displayed. |
_targetWorker
|
Worker | The component or proto component (FrooxEngine.ComponentBase) to view. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnWorkerTypePressed:ButtonEventHandler`1<Worker>
|
ButtonEventHandler`1<Worker> | ✓ | Handles when the type for the worker is pressed. |
OnRemoveComponentPressed:ButtonEventHandler`1<Worker>
|
ButtonEventHandler`1<Worker> | ✓ | Handles when the user asks to delete the viewed component or proto component (FrooxEngine.ComponentBase). |
OnDuplicateComponentPressed:ButtonEventHandler`1<Worker>
|
ButtonEventHandler`1<Worker> | ✓ | Handles when the user asks to duplicate the viewed component or proto component (FrooxEngine.ComponentBase). |
OnOpenContainerPressed:ButtonEventHandler`1<Worker>
|
ButtonEventHandler`1<Worker> | ✓ | Handles when the user asks to open the containing worker for the viewed component or proto component (FrooxEngine.ComponentBase). |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
Is seen when viewing user or slot components, like user streams or any slot components like listed in Components.