Click or drag to resize

Colliders Methods

The Colliders type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdjustCollider
Adds or adjusts a primitive collider on the mesh.
Public methodStatic memberSetCollisionIgnores(Part, Part, Boolean)
Disables/enables all the colliders between the parts.
Public methodStatic memberSetCollisionIgnores(Part, Vessel, Boolean)
Disables/enables all the collidres between the part and a vessel.
Public methodStatic memberSetCollisionIgnores(Transform, Transform, Boolean)
Disables/enables all the colliders between the objects.
Public methodStatic memberSetSimpleCollider
Drops the colliders in all the children objects, and adds one big collider to the parent.
Public methodStatic memberUpdateColliders
Sets the specified values to colliders of all the objects in the part's model.
Top
See Also