Click or drag to resize

Light2DSetItemCullMask Method

Note: This API is now obsolete.

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

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

Parameters

itemCullMask
Type: SystemInt32

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

See Also