virtualhandanimator - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Rig
Inherits from UnityEngine.MonoBehaviour
Animates a virtual hand, controlling pinch(=trigger), grip and point.
public class VirtualHandAnimator : MonoBehaviour| Name | Description |
|---|---|
| ResetPointing() | Resets the point area collisions and thus the pointing. |
| SetAnimatorBool(string,bool) | Sets a bool parameter in the animator. |
| SetAnimatorFloat(string,float) | Sets a float parameter in the animator. |
| SetAnimatorTrigger(string) | Sets a trigger in the animator. |
| SetPointing(bool) | Manually sets the pointing parameter in the animator. |
| Name | Description |
|---|---|
| PointActive | If pointing is active |
| PointAreaCollisions | Number of collisions detected to indicate pointing. |