Component:AvatarObjectSlot: Difference between revisions

From Resonite Wiki
fix page to have content
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Equipped|IAvatarObject|  
|Equipped|{{RootFieldType|LinkRef`1|[[Type:IAvatarObject|IAvatarObject]]}}|TypeAdv0=true|
|Node|BodyNode|  
|Node|BodyNode|
|IsTracking|Bool|  
|IsTracking|Bool|
|Filters|IAvatarPoseFilter|  
|IsActive|Bool|
|_autoSmoothing|AvatarPoseSmoothLerp|  
|DriveActive|Bool|
|DriveScale|Bool|
|Filters|{{RootFieldType|PrioritySyncRefList`1|[[Type:IAvatarPoseFilter|IAvatarPoseFilter]]}}|TypeAdv6=true|
|_autoSmoothing|'''[[Component:AvatarPoseSmoothLerp|AvatarPoseSmoothLerp]]'''|TypeAdv7=true|
}}
}}


Line 30: Line 33:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|AvatarObjectSlot (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Avatar Object Slot]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|AvatarObjectSlot (Component){{#translation:}}]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Object Slot]]

Revision as of 22:54, 3 March 2024


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

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.
Equipped direct LinkRef`1<IAvatarObject>
Node BodyNode
IsTracking Bool
IsActive Bool
DriveActive Bool
DriveScale Bool
Filters direct PrioritySyncRefList`1<IAvatarPoseFilter>
_autoSmoothing AvatarPoseSmoothLerp

Behavior

Examples

Related Components