Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetRootBone(out Bone)

Gets the root bone for this hand.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule

TryGetRootBone(Bone)

public bool TryGetRootBone(out Bone boneOut)

Parameters

boneOut

A Bone struct to receive the root bone.

Returns

Type

Description

booltrue if hand can be queried for the root bone; otherwise false.