Component:UserInspector: Difference between revisions

From Resonite Wiki
Automated: update Fields, SyncDelegates
add info
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|Name=User Inspector
|Name=User Inspector
}}
}}
{{stub}}
The '''User Inspector''' component is better described on it's page, [[User Inspector]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ViewUser|User|
|ViewUser|User| The user this inspector is currently updating through.
|ViewGroup|'''[[#View|UserInspector.View]]'''|TypeAdv1=true|
|ViewGroup|'''[[#View|UserInspector.View]]'''|TypeAdv1=true| What kind of information group this is inspecting.
|ViewStreamGroup|Ushort|
|ViewStreamGroup|Ushort| The kind of value stream group this is viewing.
|_currentUser|User|
|_currentUser|User| The current user this is viewing.
|_currentViewGroup|'''[[#View|UserInspector.View]]'''|TypeAdv4=true|
|_currentViewGroup|'''[[#View|UserInspector.View]]'''|TypeAdv4=true| What kind of information group this is currently inspecting.
|_currentStreamGroup|Ushort|
|_currentStreamGroup|Ushort| The kind of value stream group this is currently viewing.
|_userListContentRoot|Slot|
|_userListContentRoot|Slot| The slot to place user stream/properties content when viewing a user.
|_workersContentRoot|Slot|
|_workersContentRoot|Slot| The slot to place user worker content when viewing a user.
|_userText|'''[[Type:Sync`1|Sync`1]]<[[Type:String|String]]>'''|TypeAdv8=true|
|_userText|'''[[Type:Sync`1|Sync`1]]<[[Type:String|String]]>'''|TypeAdv8=true| The string field that stores text on the user being viewed.
}}
}}


== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|FilterWorker[[Type:Func`2|Func`2]]<[[Type:Worker|Worker]], [[Type:Bool|Bool]]>|[[Type:Func`2|Func`2]]<[[Type:Worker|Worker]], [[Type:Bool|Bool]]>|true|
|FilterWorker:[[Type:Func`2|Func`2]]<[[Type:Worker|Worker]], [[Type:Bool|Bool]]>|[[Type:Func`2|Func`2]]<[[Type:Worker|Worker]], [[Type:Bool|Bool]]>|true| A sync delegate that filters worker C# objects for the use of displaying those objects in this inspector.
}}
}}


== Behavior ==
== Usage ==
See [[User Inspector]].


== Examples ==
== Examples ==
See [[User Inspector]].


== See Also ==
== See Also ==
* [[User Inspector]]


[[Category:Components:Uncategorized{{#translation:}}|User Inspector]]
[[Category:Components:Uncategorized{{#translation:}}|User Inspector]]
[[Category:Components{{#translation:}}|User Inspector]]
[[Category:Components{{#translation:}}|User Inspector]]
[[Category:Components With Nested Enums{{#translation:}}|User Inspector]]
[[Category:Components With Nested Enums{{#translation:}}|User Inspector]]
[[Category:ComponentStubs]]

Latest revision as of 15:32, 3 May 2025

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