Click or drag to resize

CanvasLayerSetLayer Method

Note: This API is now obsolete.

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

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

Parameters

layer
Type: SystemInt32

[Missing <param name="layer"/> documentation for "M:Godot.CanvasLayer.SetLayer(System.Int32)"]

See Also