Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetChildBones(List<Bone>)

Get the child bones of this bone.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
public bool TryGetChildBones(List<Bone> childBones)

Parameters

childBones

A list of bones that will be filled out with the children bones of this bone.

Returns

Type

Description

booltrue if bone can be queried for child bones; otherwise false.