enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseCooking options that are available with MeshCollider.
None | No optional cooking steps will be run. |
CookForFasterSimulation | Toggle between cooking for faster simulation or faster cooking time. |
EnableMeshCleaning | Toggle cleaning of the mesh. |
WeldColocatedVertices | Toggle the removal of equal vertices. |
UseFastMidphase | Determines whether to use the fast midphase structure that doesn't require R-trees (only available on Desktop targets). |