Component:AvatarPoseFilterInstaller: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
add info. this component was a rabbit hole
 
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=AvatarPoseFilterInstallerComponent.png
|Image=AvatarPoseFilterInstallerComponent.png
|Name=AvatarPoseFilterInstaller
|Name=Avatar Pose Filter Installer
}}
}}
 
The '''AvatarPoseFilterInstaller''' component can be placed into slots below or on the same Slot as a Proxy on an avatar in order to auto install a pose filter on those parts upon equipping the avatar.
<!--T:2-->
== Intoduction ==


<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Filter|IAvatarPoseFilter|
|Filter|IAvatarPoseFilter| the Pose Filter to install on an Avatar's pose node like the head, hands, arms, or feet.
|Priority|Int|
|Priority|Int| If this installer should run before other [[Type:IAvatarObjectComponent|IAvatarObjectComponent]]s.
}}
}}


<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
Used to make an avatar with slow hands, or an avatar that has restricted movement with its limbs.


<!--T:5-->
<!--T:5-->
== Examples ==
== Examples ==
{{stub}}


<!--T:6-->
<!--T:6-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:Components{{#translation:}}|Avatar Pose Filter Installer]]
[[Category:Components{{#translation:}}|Avatar Pose Filter Installer]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Pose Filter Installer]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Pose Filter Installer]]

Latest revision as of 19:52, 31 December 2024

Component image 
Avatar Pose Filter Installer component as seen in the Scene Inspector

The AvatarPoseFilterInstaller component can be placed into slots below or on the same Slot as a Proxy on an avatar in order to auto install a pose filter on those parts upon equipping the avatar.

Fields

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.
Filter IAvatarPoseFilter the Pose Filter to install on an Avatar's pose node like the head, hands, arms, or feet.
Priority Int If this installer should run before other IAvatarObjectComponents.

Usage

Used to make an avatar with slow hands, or an avatar that has restricted movement with its limbs.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also