Click or drag to resize

CanvasItemSetLightMask Method

Note: This API is now obsolete.

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

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

Parameters

lightMask
Type: SystemInt32

[Missing <param name="lightMask"/> documentation for "M:Godot.CanvasItem.SetLightMask(System.Int32)"]

See Also