Click or drag to resize

KspLayer Enumeration

Defines various layers used in the game.

Namespace:  KSPDev.ModelUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
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