Component:InspectorMemberActions: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Inspector Member Actions
|Name=Inspector Member Actions
}}
}}
{{stub}}
The '''InspectorMemberActions''' component is used in inspectors to make the clicking on the left hand side button behavior that brings up a context menu.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Member|ISyncMember|
|Member|ISyncMember| The member to bring up a context menu with opens to break drives and a few other things.
}}
}}


== Behavior ==
== Usage ==
Used possibly in [[Ref Hacking]].


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
* [[Scene Inspector]]
* [[Ref Hacking]]


[[Category:Components:Uncategorized{{#translation:}}|Inspector Member Actions]]
[[Category:Components:Uncategorized{{#translation:}}|Inspector Member Actions]]
[[Category:Components{{#translation:}}|Inspector Member Actions]]
[[Category:Components{{#translation:}}|Inspector Member Actions]]
[[Category:ComponentStubs]]

Revision as of 19:32, 12 March 2025

Component image 
Inspector Member Actions component as seen in the Scene Inspector

The InspectorMemberActions component is used in inspectors to make the clicking on the left hand side button behavior that brings up a context menu.

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.
Member ISyncMember The member to bring up a context menu with opens to break drives and a few other things.

Usage

Used possibly in Ref Hacking.

Examples

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

See Also