HandPosing
A tool for quickly authoring hand poses to objects in VR using hand-tracking
|
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...
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 () |
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.
System.Action HandPosing.AnchorsUpdateNotifier.OnAnchorsEveryUpdate |
Event called every time the hands are updated. Could be triggered multiple times per frame.
System.Action HandPosing.AnchorsUpdateNotifier.OnAnchorsFirstUpdate |
Event called the first time the hands are updated in a frame.