Click or drag to resize

TileMapGetHalfOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TileMap.GetHalfOffset"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetHalfOffset is deprecated. Use the CellHalfOffset property instead.")]
public TileMapHalfOffset GetHalfOffset()

Return Value

Type: TileMapHalfOffset

[Missing <returns> documentation for "M:Godot.TileMap.GetHalfOffset"]

See Also