Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


bones

The bones used to skin the mesh.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public Transform[] bones { get; set; }

Remarks

See the code example for Mesh.bindposes for further details.