Table of Contents

Enum LayerMasks

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

All available LayerMasks.

[Flags]
public enum LayerMasks
Extension Methods

Fields

All = -1
None = 0
Default = 1

Collides with everything.

TransparentFX = 2
IgnoreRaycast = 4

All colliders that ignore raycasts.

Water = 16
UI = 32
Player = 256
InteractableNoPlayerCollision = 512

All interactables.

Viewmodel = 1024
RenderAfterFog = 4096
Hitbox = 8192

Any Hitbox layer, including player.

Glass = 16384

Can only be seen through.

InvisibleCollider = 65536
Ragdoll = 131072
CCTV = 262144

All Scp079 cameras.

Grenade = 1048576
Phantom = 2097152
OnlyWorldCollision = 33554432
Door = 134217728

All doors.

Skybox = 268435456
Fence = 536870912

Can be seen and shoot through, but not walked through.

Scp173Teleport = Default | Water | UI | Door | Fence
Scp049Resurect = 1
AttackMask = Default | Glass | Door
InteractionMask = Player | Hitbox | InteractionAnticheatMask | Fence
InteractionAnticheatMask = InteractableNoPlayerCollision | AttackMask