MeshColliderCookingOptions
Cooking options that are available with MeshCollider.
Read time 1 minuteLast updated 3 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
[Flags]public enum MeshColliderCookingOptions
Fields
Value | Description |
|---|---|
| CookForFasterSimulation | Toggle between cooking for faster simulation or faster cooking time. |
| EnableMeshCleaning | Toggle cleaning of the mesh. |
| None | No optional cooking steps will be run. |
| UseFastMidphase | Determines whether to use the fast midphase structure that doesn't require R-trees. |
| WeldColocatedVertices | Toggle the removal of equal vertices. |