Click or drag to resize

Node2DSetZIndex Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Node2D.SetZIndex(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetZIndex is deprecated. Use the ZIndex property instead.")]
public void SetZIndex(
	int zIndex
)

Parameters

zIndex
Type: SystemInt32

[Missing <param name="zIndex"/> documentation for "M:Godot.Node2D.SetZIndex(System.Int32)"]

See Also