API reference
API reference
Select your platform
No SDKs available
No versions available

IHandVisual Interface

Interface for determining when a Hand should be rendered and contains all the data needed to render a IHand such as the the Hand itself.
This interface adds to the IHand interface by adding additional attributes such as Hand visibility, and whether it should be rendered. Provides an event to notify subscribers when the HandVisual is updated.

Properties

Hand Instance that provides a world transform and finger joint data for this visual.
Determines if the hand should render in the scene, i.e the Hand is currently tracked inside the player's view and is not being obstructed by an object.
Used to determine if the hand should be rendered even if it is visible in the current scene.

Events

An event used to notify subscribers when to update the hand visuals
Returns
The delegate function for the event

Member Functions

Get the current Pose of the HandJoint given in the current Space.
Used to grant quicker access to GetJointPose(HandJointId, out Pose) data.
Parameters
jointId
The hand joint to get the pose of
space
The space/transformation that the hand is in
Returns
The Pose of the HandJoint in the given Space
Did you find this page helpful?
Thumbs up icon
Thumbs down icon