Difference between revisions of "GrabbableAvatarPoseFilter (Component)"

From Neos Wiki
Jump to navigation Jump to search
(+tutorial)
 
Line 19: Line 19:
  
 
<!--T:4-->
 
<!--T:4-->
 +
This component assigns a Pose Filter to the arm you have grabbed an object on.
 +
 +
This can be used on anything with a Grabbable component.
 +
 
== Examples ==
 
== Examples ==
 
* [https://www.youtube.com/watch?v=mTO6zyTOrxI GrabbableAvatarPoseFilter Restrict hand movements when grabbing objects] by [[User:ProbablePrime|ProbablePrime]]
 
* [https://www.youtube.com/watch?v=mTO6zyTOrxI GrabbableAvatarPoseFilter Restrict hand movements when grabbing objects] by [[User:ProbablePrime|ProbablePrime]]

Latest revision as of 17:54, 29 March 2022


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


Grabbable Avatar Pose Filter component as seen in the Scene Inspector

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
Priority Int

Usage

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

This can be used on anything with a Grabbable component.

Examples

Related Components