Automated: update Fields, Categories |
Add some info, this will need some DN/ILSpy work |
||
Line 14: | Line 14: | ||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Equipped|{{RootFieldType|LinkRef`1|[[Type:IAvatarObject|IAvatarObject]]}}|TypeAdv0=true| | |Equipped|{{RootFieldType|LinkRef`1|[[Type:IAvatarObject|IAvatarObject]]}}|TypeAdv0=true| | ||
|Node|BodyNode| | |Node|BodyNode| the body node of the avatar this component's slot is. Unless already specified by a [[Component:BipedRig|Biped Rig Component]] higher up in the hierarchy. | ||
|IsTracking|Bool| | |IsTracking|Bool| | ||
|IsActive|Bool| | |IsActive|Bool| | ||
|DriveActive|Bool| | |DriveActive|Bool| | ||
|DriveScale|Bool| | |DriveScale|Bool| Whether to drive the scale of this slot. | ||
|Filters|{{RootFieldType|PrioritySyncRefList`1|[[Type:IAvatarPoseFilter|IAvatarPoseFilter]]}}|TypeAdv6=true| | |Filters|{{RootFieldType|PrioritySyncRefList`1|[[Type:IAvatarPoseFilter|IAvatarPoseFilter]]}}|TypeAdv6=true| Filters that are currently effecting this. See [[:Category:Components:Users:Common Avatar System:Pose Filters|Avatar Pose Filters]] | ||
|_autoSmoothing|'''[[Component:AvatarPoseSmoothLerp|AvatarPoseSmoothLerp]]'''|TypeAdv7=true| | |_autoSmoothing|'''[[Component:AvatarPoseSmoothLerp|AvatarPoseSmoothLerp]]'''|TypeAdv7=true| The Component currently smoothing the transform changes of this Avatar Object slot. | ||
}} | }} | ||
Revision as of 16:14, 24 October 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 | 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. |