enum CollisionMeshType
Controls what type of collision mesh should be imported during mesh import.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
No collision mesh will be imported. |
Normal |
1 |
Normal triangle mesh will be imported. |
Convex |
2 |
A convex hull will be generated from the source mesh. |