Component:SimpleLocalUserProfile: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Simple Local User Profile
|Name=Simple Local User Profile
}}
}}
{{stub}}
The '''SimpleLocalUserProfile''' component controls the functionality of a profile UI most likely used in the dash.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_profileImage|'''[[Component:StaticTexture2D|StaticTexture2D]]'''|TypeAdv0=true|
|_profileImage|'''[[Component:StaticTexture2D|StaticTexture2D]]'''|TypeAdv0=true| The texture displaying the user's profile picture.
|_username|'''[[Component:Text|Text]]'''|TypeAdv1=true|
|_username|'''[[Component:Text|Text]]'''|TypeAdv1=true| The text field showing the user's username.
|_loginLogout|'''[[Component:Button|Button]]'''|TypeAdv2=true|
|_loginLogout|'''[[Component:Button|Button]]'''|TypeAdv2=true| The button to be used to log out the user.
}}
}}


== Behavior ==
== Usage ==
{{stub}}


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 20: Line 22:
[[Category:Components:Uncategorized{{#translation:}}|Simple Local User Profile]]
[[Category:Components:Uncategorized{{#translation:}}|Simple Local User Profile]]
[[Category:Components{{#translation:}}|Simple Local User Profile]]
[[Category:Components{{#translation:}}|Simple Local User Profile]]
[[Category:ComponentStubs]]

Latest revision as of 02:36, 18 July 2025

Component image 
File:SimpleLocalUserProfileComponent.png
Simple Local User Profile component as seen in the Scene Inspector

The SimpleLocalUserProfile component controls the functionality of a profile UI most likely used in the dash.

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.
_profileImage StaticTexture2D The texture displaying the user's profile picture.
_username Text The text field showing the user's username.
_loginLogout Button The button to be used to log out the user.

Usage

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

Examples

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

See Also