Click or drag to resize

Light2DShadowItemCullMask Property

The shadow mask. Used with LightOccluder2D to cast shadows. Only occluders with a matching light mask will cast shadows.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int ShadowItemCullMask { get; set; }

Property Value

Type: Int32
See Also