CollidersPrimitiveCollider Enumeration |
Defines how collisions should be checked on a primitive.
Namespace:
KSPDev.ModelUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
Members
| Member name | Value | Description |
---|
| None | 0 | No collisions check. |
| Mesh | 1 | Check collisions basing on the mesh. It's performance expensive. |
| Shape | 2 | Simple collider which fits the primitive type. It's performance optimized. |
| Bounds | 3 | Simple collider which wraps all mesh vertexes. It's performance optimized. |
See Also