Component:UserInspector

From Resonite Wiki
Component image 
User Inspector component as seen in the Scene Inspector

The User Inspector component is better described on it's page, User Inspector.

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.
ViewUser User The user this inspector is currently updating through.
ViewGroup UserInspector.View What kind of information group this is inspecting.
ViewStreamGroup Ushort The kind of value stream group this is viewing.
_currentUser User The current user this is viewing.
_currentViewGroup UserInspector.View What kind of information group this is currently inspecting.
_currentStreamGroup Ushort The kind of value stream group this is currently viewing.
_userListContentRoot Slot The slot to place user stream/properties content when viewing a user.
_workersContentRoot Slot The slot to place user worker content when viewing a user.
_userText Sync`1<String> The string field that stores text on the user being viewed.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
FilterWorker:Func`2<Worker, Bool> Func`2<Worker, Bool> A sync delegate that filters worker C# objects for the use of displaying those objects in this inspector.

Usage

See User Inspector.

Examples

See User Inspector.

See Also