Component:AvatarPoseFilterInstaller

From Resonite Wiki
Revision as of 19:52, 31 December 2024 by 989onan (talk | contribs) (add info. this component was a rabbit hole)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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