Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInfoString(Mesh)

Returns a short summary of the Mesh attributes (ex, does this mesh contain positions, normals, tangents, etc...).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static string GetInfoString(Mesh mesh)

Parameters

mesh

The Mesh to build a summary phrase for.

Returns

Type

Description

stringA short summary of the mesh attributes.