Automated: create new component page |
989onan bot (talk | contribs) Automated: update SyncDelegates |
||
Line 12: | Line 12: | ||
|_expanderIndicator|'''[[Component:TextExpandIndicator|TextExpandIndicator]]'''|TypeAdv3=true| | |_expanderIndicator|'''[[Component:TextExpandIndicator|TextExpandIndicator]]'''|TypeAdv3=true| | ||
|_childContainer|Slot| | |_childContainer|Slot| | ||
}} | |||
== Sync Delegates == | |||
{{Table ComponentTriggers | |||
|OpenUser[[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| | |||
}} | }} | ||
Revision as of 06:05, 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
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
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OpenUserButtonEventHandler
|
ButtonEventHandler | ✓ | |
OpenComponentsButtonEventHandler
|
ButtonEventHandler | ✓ | |
OpenStreamButtonEventHandler`1<Ushort>
|
ButtonEventHandler`1<Ushort> | ✓ |