Added some info about this cursed thing |
Add info about sub-objects |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
}} | }} | ||
{{stub}} | {{stub}} | ||
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]]. | |||
== Usage == | == Usage == |
Latest revision as of 18:42, 23 March 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
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.
Usage
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. |
_targetContainer
|
Worker | |
_workerFilter
|
Predicate`1<Worker> | |
_targetWorker
|
Worker |