Created page with "a" |
Automated: update Fields, Categories |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<languages></languages> | |||
<translate> | |||
<!--T:1--> | |||
{{stub}} | |||
{{Infobox Component | |||
|Image=AvatarObjectSlotComponent.png | |||
|Name=AvatarObjectSlot | |||
}} | |||
<!--T:2--> | |||
== Introduction == | |||
<!--T:3--> | |||
== Usage == | |||
{{Table ComponentFields | |||
|Equipped|{{RootFieldType|LinkRef`1|[[Type:IAvatarObject|IAvatarObject]]}}|TypeAdv0=true| | |||
|Node|BodyNode| | |||
|IsTracking|Bool| | |||
|IsActive|Bool| | |||
|DriveActive|Bool| | |||
|DriveScale|Bool| | |||
|Filters|{{RootFieldType|PrioritySyncRefList`1|[[Type:IAvatarPoseFilter|IAvatarPoseFilter]]}}|TypeAdv6=true| | |||
|_autoSmoothing|'''[[Component:AvatarPoseSmoothLerp|AvatarPoseSmoothLerp]]'''|TypeAdv7=true| | |||
}} | |||
<!--T:4--> | |||
== Behavior == | |||
<!--T:5--> | |||
== Examples == | |||
<!--T:6--> | |||
== Related Components == | |||
</translate> | |||
[[Category:Components{{#translation:}}|Avatar Object Slot]] | |||
[[Category:ComponentStubs]] | |||
[[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
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. |
Equipped
|
direct LinkRef`1<IAvatarObject> | |
Node
|
BodyNode | |
IsTracking
|
Bool | |
IsActive
|
Bool | |
DriveActive
|
Bool | |
DriveScale
|
Bool | |
Filters
|
direct PrioritySyncRefList`1<IAvatarPoseFilter> | |
_autoSmoothing
|
AvatarPoseSmoothLerp |