Click or drag to resize

GridMapCollisionLayer Property

The physics layers this GridMap is in.

GridMaps act as static bodies, meaning they aren't affected by gravity or other forces. They only affect other physics bodies that collide with them.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint CollisionLayer { get; set; }

Property Value

Type: UInt32
See Also