Component:ButtonUserProfileIconSet

From Resonite Wiki
Revision as of 20:25, 3 March 2024 by PJB (talk | contribs) (Automated: update Categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 raw output of 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