Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetParentBone(out Bone)

Gets the parent of this bone.
Read time 1 minuteLast updated 10 days ago

Definition

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

TryGetParentBone(Bone)

public bool TryGetParentBone(out Bone parentBone)

Parameters

parentBone

Bone struct that receives the parent bone of this bone.

Returns

Type

Description

booltrue if the rotation was retrieved, false otherwise.