Component:GrabbableAvatarPoseFilter: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page GrabbableAvatarPoseFilter (Component) to Component:GrabbableAvatarPoseFilter: Creating component Namespace
Add info
 
Line 7: Line 7:
|Name=Grabbable Avatar Pose Filter
|Name=Grabbable Avatar Pose Filter
}}
}}
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.


<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Filter|IAvatarPoseFilter|
|Filter|IAvatarPoseFilter| The filter to apply when a user grabs the [[Type:IGrabbable]] this component is on.
|Priority|Int|
|Priority|Int| Whether this pose filter should be applied before other pose filters currently affecting the user.
}}
}}


Line 19: Line 20:


<!--T:4-->
<!--T:4-->
This component assigns a Pose Filter to the arm you have grabbed an object on.
This component assigns a Pose Filter to the hand you have grabbed an object on.


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


== Examples ==
== Examples ==
Line 27: Line 28:


<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
{{Template:SeeAlsoPoseConstraint}}
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Grabbable Avatar Pose Filter]]
[[Category:Components{{#translation:}}|Grabbable Avatar Pose Filter]]
[[Category:Components:Transform:Interaction{{#translation:}}|Grabbable Avatar Pose Filter]]
[[Category:Components:Transform:Interaction{{#translation:}}|Grabbable Avatar Pose Filter]]

Latest revision as of 20:46, 20 December 2024


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