Click or drag to resize

TileMapHalfOffset Enumeration

[Missing <summary> documentation for "T:Godot.TileMap.HalfOffset"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum HalfOffset
Members
  Member nameValueDescription
X0

Half offset on the X coordinate.

Y1

Half offset on the Y coordinate.

Disabled2

Half offset disabled.

NegativeX3

Half offset on the X coordinate (negative).

NegativeY4

Half offset on the Y coordinate (negative).

See Also