|
static void | IgnoreCollidersOnVessel (Vessel vessel, params Collider[] ignoreColliders) |
| Ignores any amount of colliders against every collider on a vessel. Only use when this needs to happen instantaneously. More...
|
|
static void | SetCollidersOnVessel (Vessel vessel, bool ignore, params Collider[] ignoreColliders) |
| Ignores any amount of colliders against every collider on a vessel. Only use when this needs to happen instantaneously. More...
|
|
static void | UpdateAllColliders () |
|
static void CollisionManager.IgnoreCollidersOnVessel |
( |
Vessel |
vessel, |
|
|
params Collider[] |
ignoreColliders |
|
) |
| |
|
inlinestatic |
Ignores any amount of colliders against every collider on a vessel. Only use when this needs to happen instantaneously.
- Parameters
-
vessel | The vessel. |
ignoreColliders | Any amount of colliders to ignore. |
static void CollisionManager.SetCollidersOnVessel |
( |
Vessel |
vessel, |
|
|
bool |
ignore, |
|
|
params Collider[] |
ignoreColliders |
|
) |
| |
|
inlinestatic |
Ignores any amount of colliders against every collider on a vessel. Only use when this needs to happen instantaneously.
- Parameters
-
vessel | The vessel. |
ignore | Set to True to ignore colisions between vessel and these colliders, or false to ensure they happen |
ignoreColliders | Any amount of colliders to ignore. |
static void CollisionManager.UpdateAllColliders |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: