2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name= "SpotLight" inherits= "Light" category= "Core" version= "3.2" >
2017-09-12 22:42:36 +02:00
<brief_description >
Spotlight [Light], such as a reflector spotlight or a lantern.
</brief_description>
<description >
2019-03-05 14:48:41 +01:00
A SpotLight light is a type of [Light] node that emits lights in a specific direction, in the shape of a cone. The light is attenuated through the distance and this attenuation can be configured by changing the energy, radius and attenuation parameters of [Light].
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
2018-11-05 08:46:27 +01:00
<link > https://docs.godotengine.org/en/latest/tutorials/3d/lights_and_shadows.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<methods >
</methods>
<members >
2017-09-13 08:49:40 +02:00
<member name= "spot_angle" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "spot_angle_attenuation" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "spot_attenuation" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "spot_range" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
</constants>
</class>