Click or drag to resize

TileMapCellQuadrantSize Property

The TileMap's quadrant size. Optimizes drawing by batching, using chunks of this size.

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

Property Value

Type: Int32
See Also