Click or drag to resize

TileMapSetYSortMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TileMap.SetYSortMode(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetYSortMode is deprecated. Use the CellYSort property instead.")]
public void SetYSortMode(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.TileMap.SetYSortMode(System.Boolean)"]

See Also