(Redirected from UserInfo (Component))
Component image 
User Info component as seen in the Scene Inspector 

The UserInfo component handles keeping certain bits of data about a player spawned physically in the world. It's stored under the user root slot.
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. | 
Controllers
 | 
list of Slot | The slots of the controllers this user is using. | 
Hands
 | 
list of Slot | The slots of the hands this user. | 
Usage
Used internally.
Examples
Seen in the root of a user root of a player.