HandPosing
A tool for quickly authoring hand poses to objects in VR using hand-tracking
HandPosing.AnchorsUpdateNotifier Class Reference

Utility to manually trigger the update of the hand puppet system. Since the puppet must run after the hands have been moved natively, implement this to enforce the order. More...

Inheritance diagram for HandPosing.AnchorsUpdateNotifier:
HandPosing.OVRIntegration.UpdateNotifierOVR

Public Attributes

System.Action OnAnchorsEveryUpdate
 Event called every time the hands are updated. Could be triggered multiple times per frame. More...
 
System.Action OnAnchorsFirstUpdate
 Event called the first time the hands are updated in a frame. More...
 

Protected Member Functions

virtual void Update ()
 

Detailed Description

Utility to manually trigger the update of the hand puppet system. Since the puppet must run after the hands have been moved natively, implement this to enforce the order.

Member Data Documentation

◆ OnAnchorsEveryUpdate

System.Action HandPosing.AnchorsUpdateNotifier.OnAnchorsEveryUpdate

Event called every time the hands are updated. Could be triggered multiple times per frame.

◆ OnAnchorsFirstUpdate

System.Action HandPosing.AnchorsUpdateNotifier.OnAnchorsFirstUpdate

Event called the first time the hands are updated in a frame.


The documentation for this class was generated from the following file: