Click or drag to resize

LightOccluder2DLightMask Property

The LightOccluder2D's light mask. The LightOccluder2D will cast shadows only from Light2D(s) that have the same light mask(s).

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

Property Value

Type: Int32
See Also