This version of Unity is unsupported.

SubMeshDescriptor.topology

public MeshTopology topology;

Description

Face topology of this sub-mesh.

The most common topology for meshes is MeshTopology.Triangles.

Additional resources: Mesh.SetSubMesh, Mesh.GetSubMesh, Mesh.SetIndexBufferParams, Mesh.SetIndexBufferData.