Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MeshOptimizationFlags

Options to control the optimization of mesh data during asset import.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
[Flags]public enum MeshOptimizationFlags

Fields

Value

Description

EverythingPerform maximum optimization of the mesh data, enables all optimization options.
PolygonOrderOptimize the order of polygons in the mesh to make better use of the GPUs internal caches to improve rendering performance.
VertexOrderOptimize the order of vertices in the mesh to make better use of the GPUs internal caches to improve rendering performance.