Physics Layers
Visual editor for Godot's collision layers and masks. Click to toggle bits, see the resulting integer value and GDScript snippet.
Collision Layers
Which layers this body exists on.
Value 0
collision_layer = 0
Collision Mask
Which layers this body detects.
Value 0
collision_mask = 0
GDScript Snippet
collision_layer = 0 collision_mask = 0