Component:GrabbableAvatarPoseFilter

From Resonite Wiki
Revision as of 20:46, 20 December 2024 by 989onan (talk | contribs) (Add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


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

The GrabbableAvatarPoseFilter Component is used to apply pose filters to the user's hand body node that grabbed the Type:IGrabbable on the same Slot this component is on.

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 filter to apply when a user grabs the Type:IGrabbable this component is on.
Priority Int Whether this pose filter should be applied before other pose filters currently affecting the user.

Usage

This component assigns a Pose Filter to the hand you have grabbed an object on.

This can be used on anything with a Type:IGrabbable component.

Examples

See Also