LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

MeshColliderCookingOptions

enumeration

Description

Cooking options that are available with MeshCollider.

Properties

NoneNo optional cooking steps will be run.
InflateConvexMeshAllow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh.
CookForFasterSimulationToggle between cooking for faster simulation or faster cooking time.
EnableMeshCleaningToggle cleaning of the mesh.
WeldColocatedVerticesToggle the removal of equal vertices.