Click or drag to resize

TileMapCollisionLayer Property

The collision layer(s) for all colliders in the TileMap. See Collision layers and masks in the documentation for more information.

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

Property Value

Type: UInt32
See Also