This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
AvatarObjectSlot component as seen in the Scene Inspector 

Introduction
Usage
| 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. | 
| Equipped | direct LinkRef`1<IAvatarObject> | |
| Node | BodyNode | the body node of the avatar this component's slot is. Unless already specified by a Biped Rig Component higher up in the hierarchy. | 
| IsTracking | Bool | |
| IsActive | Bool | |
| DriveActive | Bool | |
| DriveScale | Bool | Whether to drive the scale of this slot. | 
| Filters | direct PrioritySyncRefList`1<IAvatarPoseFilter> | Filters that are currently effecting this. See Avatar Pose Filters | 
| _autoSmoothing | AvatarPoseSmoothLerp | The Component currently smoothing the transform changes of this Avatar Object slot. | 
