This version of Unity is unsupported.

SubMeshDescriptor.bounds

public Bounds bounds;

Description

Bounding box of vertices in local space.

The bounds, firstVertex and vertexCount values are calculated automatically by Mesh.SetSubMesh, unless MeshUpdateFlags.DontRecalculateBounds flag is passed.

See Also: Mesh.SetSubMesh, Mesh.GetSubMesh.