Click or drag to resize

Light2DSetZRangeMin Method

Note: This API is now obsolete.

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

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

Parameters

z
Type: SystemInt32

[Missing <param name="z"/> documentation for "M:Godot.Light2D.SetZRangeMin(System.Int32)"]

See Also