Component:ButtonUserProfileIconSet: Difference between revisions

From Resonite Wiki
Update categories; Mark as stub
add image link, more info, no longer stub
Line 1: Line 1:
<languages></languages>
<translate>
<!--T:1-->
{{stub}}
{{stub}}
{{Infobox Component
|Image=ButtonUserProfileIconSet.png
|Name=Button User Profile Icon Set
}}
ButtonUserProfileIconSet is a component that only works in [[Userspace]]. This is the component that handles the setting of a user profile icon in the game.
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|IsUpdating|Bool|
|IsUpdating|Bool| Whether or not the component is sending to the cloud your new icon url and/or asset.
}}
}}


<!--T:3-->
== Usage ==
Put this beside a button component on an object or facet and press the button to set your profile icon via the button.
<!--T:4-->
== Examples ==
The user profile default facet that comes with your dash upon making a new account.
<!--T:5-->
== Related Components ==
</translate>
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Button User Profile Icon Set]]
[[Category:Components{{#translation:}}|Button User Profile Icon Set]]
[[Category:Components:Common_UI:Button_Interactions:Specialized{{#translation:}}|Button User Profile Icon Set]]
[[Category:Components:Common_UI:Button_Interactions:Specialized{{#translation:}}|Button User Profile Icon Set]]

Revision as of 16:08, 14 February 2024


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


Component image 
Button User Profile Icon Set component as seen in the Scene Inspector

ButtonUserProfileIconSet is a component that only works in Userspace. This is the component that handles the setting of a user profile icon in the game.

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.
IsUpdating Bool Whether or not the component is sending to the cloud your new icon url and/or asset.

Usage

Put this beside a button component on an object or facet and press the button to set your profile icon via the button.

Examples

The user profile default facet that comes with your dash upon making a new account.

Related Components