Click or drag to resize

KspLayer Enumeration

Defines various layers used in the game.

Namespace:  KSPDev.ModelUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public enum KspLayer
Request Example View Source
Members
  Member nameValueDescription
Part0The layer for a regular part.
Service10The layer to set bounds of a celestial body.
SurfaceCollider15The "zero" level collider of a static structure on the surface.
Kerbal17The layer for the kerbonaut models.
TriggerCollider21The layer for the various interaction colliders.
Fx30The layer for FX objects.
Remarks
It's not a full set of the layers. More investigation is needed to reveal all of them.
See Also