Component image 
Avatar Controller Spawner component as seen in the Scene Inspector

The AvatarControllerSpawner component will spawn the corrosponding controller for the user when placed on an avatar under either the right or left hand.
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. |
SpawnRoot
|
Slot | Where to spawn the model. (The Component attaches a slot called "root" under this when spawning the model, that becomes the model root) |
MaterialOverride
|
Material | What material to replace the spawned model's materials with upon spawning. |
ControllerSpawned
|
delegate of identity Action`2<Slot, User> | The component calls this method when it has finished spawning the model with the user that has this controller model, and the root slot of the spawned model. |
_sourceControllerInfo
|
AvatarControllerInfo | The controller info this component grabbed in order to find and generate the right model. |
_lastSpawned
|
direct SyncType | The froox engine type of the last controller type this component generated. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
Can be used to show what kind of controllers the user is using when they get into an avatar.