Click or drag to resize

TileMapCellCustomTransform Property

The custom Transform2D to be applied to the TileMap's cells.

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

Property Value

Type: Transform2D
See Also