2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 02:03:48 +01:00
<class name= "LightOccluder2D" inherits= "Node2D" version= "4.0" >
2017-09-12 22:42:36 +02:00
<brief_description >
Occludes light cast by a Light2D, casting shadows.
</brief_description>
<description >
Occludes light cast by a Light2D, casting shadows. The LightOccluder2D must be provided with an [OccluderPolygon2D] in order for the shadow to be computed.
</description>
<tutorials >
2020-08-05 14:43:40 +02:00
<link title= "2D lights and shadows" > https://docs.godotengine.org/en/latest/tutorials/2d/2d_lights_and_shadows.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<methods >
</methods>
<members >
2019-07-15 20:42:47 +02:00
<member name= "occluder" type= "OccluderPolygon2D" setter= "set_occluder_polygon" getter= "get_occluder_polygon" >
2017-09-12 22:42:36 +02:00
The [OccluderPolygon2D] used to compute the shadow.
</member>
2020-12-05 01:32:11 +01:00
<member name= "occluder_light_mask" type= "int" setter= "set_occluder_light_mask" getter= "get_occluder_light_mask" default= "1" >
The LightOccluder2D's occluder light mask. The LightOccluder2D will cast shadows only from Light2D(s) that have the same light mask(s).
</member>
2020-12-04 15:54:48 +01:00
<member name= "sdf_collision" type= "bool" setter= "set_as_sdf_collision" getter= "is_set_as_sdf_collision" default= "true" >
</member>
2017-09-12 22:42:36 +02:00
</members>
<constants >
</constants>
</class>