Property updateSuccessFlags
updateSuccessFlags
Describes what data on either hand was updated during the most recent hand update.
Declaration
public XRHandSubsystem.UpdateSuccessFlags updateSuccessFlags { get; protected set; }
Property Value
Type | Description |
---|---|
XRHandSubsystem.UpdateSuccessFlags | The flags for the most recent update. Applies to the leftHand and rightHand properties. |
Remarks
This property updated every time the hand data is updated, which only occurs while this XRHandSubsystem is running.
The updateSuccessFlags value is also passed to the callback function assigned to updatedHands.