English
Appearance
Mesh.RecalculateBounds()
Mesh
Recalculates the bounding volume of the mesh from its vertices.
void
let mesh = Resources.Load<Mesh>(Mesh, "meshId"); mesh.RecalculateBounds();