Component:UserInspectorItem: Difference between revisions

From Resonite Wiki
Automated: update SyncDelegates
Automated: update SyncDelegates
 
Line 16: Line 16:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|OpenUser[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
|OpenUser:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
|OpenComponents[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
|OpenComponents:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
|OpenStream[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Ushort|Ushort]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Ushort|Ushort]]>|true|
|OpenStream:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Ushort|Ushort]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Ushort|Ushort]]>|true|
}}
}}



Latest revision as of 06:33, 17 March 2025

Component image 
User Inspector Item component as seen in the Scene Inspector


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


Usage

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.
_user User
_userNameText Text
_expander Expander
_expanderIndicator TextExpandIndicator
_childContainer Slot

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OpenUser:ButtonEventHandler ButtonEventHandler
OpenComponents:ButtonEventHandler ButtonEventHandler
OpenStream:ButtonEventHandler`1<Ushort> ButtonEventHandler`1<Ushort>

Behavior

Examples

See Also