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

The UserInspectorItem component is used to display user items of the User Inspector.
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 | The user this item points to. |
_userNameText
|
Text | The text field to display the user's name. |
_expander
|
Expander | The component used to expand items under the user like stream groups. |
_expanderIndicator
|
TextExpandIndicator | The indicator component used to show the expand/collapse arrow. |
_childContainer
|
Slot | The slot to display child items of this user item. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OpenUser:ButtonEventHandler
|
ButtonEventHandler | ✓ | Is called when the user is opened by a user. |
OpenComponents:ButtonEventHandler
|
ButtonEventHandler | ✓ | Is called when the user components are opened up. |
OpenStream:ButtonEventHandler`1<Ushort>
|
ButtonEventHandler`1<Ushort> | ✓ | Is called when a specific stream on a user is opened up. |
Usage
See User Inspector.
Examples
See User Inspector.