2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-07-05 09:32:53 +00:00
<class name= "SpotLight" inherits= "Light" category= "Core" version= "3.1.2" >
2017-09-12 20:42:36 +00:00
<brief_description >
Spotlight [Light], such as a reflector spotlight or a lantern.
</brief_description>
<description >
2019-03-05 13:48:41 +00: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 20:42:36 +00:00
</description>
<tutorials >
2019-06-01 09:39:12 +00:00
<link > https://docs.godotengine.org/en/3.1/tutorials/3d/lights_and_shadows.html</link>
2017-09-12 20:42:36 +00:00
</tutorials>
<methods >
</methods>
<members >
2017-09-13 06:49:40 +00:00
<member name= "spot_angle" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 20:42:36 +00:00
</member>
2017-09-13 06:49:40 +00:00
<member name= "spot_angle_attenuation" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 20:42:36 +00:00
</member>
2017-09-13 06:49:40 +00:00
<member name= "spot_attenuation" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 20:42:36 +00:00
</member>
2017-09-13 06:49:40 +00:00
<member name= "spot_range" type= "float" setter= "set_param" getter= "get_param" >
2017-09-12 20:42:36 +00:00
</member>
</members>
<constants >
</constants>
</class>