2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name= "Light2D" inherits= "Node2D" category= "Core" version= "3.0.alpha.custom_build" >
<brief_description >
2017-10-09 12:49:12 +02:00
Casts light in a 2D environment.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2017-10-09 12:49:12 +02:00
Casts light in a 2D environment. Light is defined by a (usually grayscale) texture, a color, an energy value, a mode (see constants), and various other parameters (range and shadows-related). Note that Light2D can be used as a mask.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
<method name= "get_color" qualifiers= "const" >
<return type= "Color" >
</return>
<description >
Return the color of the Light2D.
</description>
</method>
<method name= "get_energy" qualifiers= "const" >
<return type= "float" >
</return>
<description >
Return the energy value of the Light2D.
</description>
</method>
<method name= "get_height" qualifiers= "const" >
<return type= "float" >
</return>
<description >
Return the height of the Light2D. Used with 2D normalmapping.
</description>
</method>
<method name= "get_item_cull_mask" qualifiers= "const" >
<return type= "int" >
</return>
<description >
</description>
</method>
<method name= "get_item_shadow_cull_mask" qualifiers= "const" >
<return type= "int" >
</return>
<description >
</description>
</method>
<method name= "get_layer_range_max" qualifiers= "const" >
<return type= "int" >
</return>
<description >
Set the maximum layer value of objects of the scene that are affected by the Light2D.
</description>
</method>
<method name= "get_layer_range_min" qualifiers= "const" >
<return type= "int" >
</return>
<description >
Get the minimum layer value of objects of the scene that are affected by the Light2D.
</description>
</method>
<method name= "get_mode" qualifiers= "const" >
<return type= "int" enum= "Light2D.Mode" >
</return>
<description >
Return the current mode set to the Light2D.
</description>
</method>
<method name= "get_shadow_buffer_size" qualifiers= "const" >
<return type= "int" >
</return>
<description >
Return the shadow buffer size.
</description>
</method>
<method name= "get_shadow_color" qualifiers= "const" >
<return type= "Color" >
</return>
<description >
Return the color of casted shadows for this Light2D.
</description>
</method>
<method name= "get_shadow_filter" qualifiers= "const" >
<return type= "int" enum= "Light2D.ShadowFilter" >
</return>
<description >
</description>
</method>
<method name= "get_shadow_gradient_length" qualifiers= "const" >
<return type= "float" >
</return>
<description >
</description>
</method>
<method name= "get_shadow_smooth" qualifiers= "const" >
<return type= "float" >
</return>
<description >
</description>
</method>
<method name= "get_texture" qualifiers= "const" >
<return type= "Texture" >
</return>
<description >
Return the texture of the Light2D.
</description>
</method>
<method name= "get_texture_offset" qualifiers= "const" >
<return type= "Vector2" >
</return>
<description >
Return the offset of the light texture.
</description>
</method>
<method name= "get_texture_scale" qualifiers= "const" >
<return type= "float" >
</return>
<description >
Return the scale value of the light texture.
</description>
</method>
<method name= "get_z_range_max" qualifiers= "const" >
<return type= "int" >
</return>
<description >
Get the maximum Z value that objects of the scene can be in order to be affected by the Light2D.
</description>
</method>
<method name= "get_z_range_min" qualifiers= "const" >
<return type= "int" >
</return>
<description >
Get the minimum Z value that objects of the scene have to be in order to be affected by the Light2D.
</description>
</method>
<method name= "is_editor_only" qualifiers= "const" >
<return type= "bool" >
</return>
<description >
</description>
</method>
<method name= "is_enabled" qualifiers= "const" >
<return type= "bool" >
</return>
<description >
Return true if the Light2D is enabled, false if it is not.
</description>
</method>
<method name= "is_shadow_enabled" qualifiers= "const" >
<return type= "bool" >
</return>
<description >
Return true if shadow casting is enabled for this Light2D, else return false.
</description>
</method>
<method name= "set_color" >
<return type= "void" >
</return>
<argument index= "0" name= "color" type= "Color" >
</argument>
<description >
Set the color of the Light2D.
</description>
</method>
<method name= "set_editor_only" >
<return type= "void" >
</return>
<argument index= "0" name= "editor_only" type= "bool" >
</argument>
<description >
</description>
</method>
<method name= "set_enabled" >
<return type= "void" >
</return>
<argument index= "0" name= "enabled" type= "bool" >
</argument>
<description >
Switches the Light2D on or off, depending on the 'enabled' parameter.
</description>
</method>
<method name= "set_energy" >
<return type= "void" >
</return>
<argument index= "0" name= "energy" type= "float" >
</argument>
<description >
Set the energy value of the Light2D. The bigger the value, the stronger the light.
</description>
</method>
<method name= "set_height" >
<return type= "void" >
</return>
<argument index= "0" name= "height" type= "float" >
</argument>
<description >
Set the height of the Light2D. Used with 2D normalmapping.
</description>
</method>
<method name= "set_item_cull_mask" >
<return type= "void" >
</return>
<argument index= "0" name= "item_cull_mask" type= "int" >
</argument>
<description >
Set the item mask of the Light2D to 'item_mask' value.
</description>
</method>
<method name= "set_item_shadow_cull_mask" >
<return type= "void" >
</return>
<argument index= "0" name= "item_shadow_cull_mask" type= "int" >
</argument>
<description >
Set the item shadow mask to 'item_shadow_mask' value.
</description>
</method>
<method name= "set_layer_range_max" >
<return type= "void" >
</return>
<argument index= "0" name= "layer" type= "int" >
</argument>
<description >
Set the maximum layer value of objects of the scene that are affected by the Light2D.
</description>
</method>
<method name= "set_layer_range_min" >
<return type= "void" >
</return>
<argument index= "0" name= "layer" type= "int" >
</argument>
<description >
Set the minimum layer value of objects of the scene that are affected by the Light2D.
</description>
</method>
<method name= "set_mode" >
<return type= "void" >
</return>
<argument index= "0" name= "mode" type= "int" enum= "Light2D.Mode" >
</argument>
<description >
Set the behaviour mode of the Light2D. Use constants defined in the constants section.
</description>
</method>
<method name= "set_shadow_buffer_size" >
<return type= "void" >
</return>
<argument index= "0" name= "size" type= "int" >
</argument>
<description >
Set the shadow buffer size.
</description>
</method>
<method name= "set_shadow_color" >
<return type= "void" >
</return>
<argument index= "0" name= "shadow_color" type= "Color" >
</argument>
<description >
Set the color of casted shadows for this Light2D.
</description>
</method>
<method name= "set_shadow_enabled" >
<return type= "void" >
</return>
<argument index= "0" name= "enabled" type= "bool" >
</argument>
<description >
Enable or disable shadows casting from this Light2D according to the 'enabled' parameter.
</description>
</method>
<method name= "set_shadow_filter" >
<return type= "void" >
</return>
<argument index= "0" name= "filter" type= "int" enum= "Light2D.ShadowFilter" >
</argument>
<description >
</description>
</method>
<method name= "set_shadow_gradient_length" >
<return type= "void" >
</return>
<argument index= "0" name= "multiplier" type= "float" >
</argument>
<description >
</description>
</method>
<method name= "set_shadow_smooth" >
<return type= "void" >
</return>
<argument index= "0" name= "smooth" type= "float" >
</argument>
<description >
</description>
</method>
<method name= "set_texture" >
<return type= "void" >
</return>
<argument index= "0" name= "texture" type= "Texture" >
</argument>
<description >
Set the texture of the Light2D.
</description>
</method>
<method name= "set_texture_offset" >
<return type= "void" >
</return>
<argument index= "0" name= "texture_offset" type= "Vector2" >
</argument>
<description >
Set the offset of the light texture.
</description>
</method>
<method name= "set_texture_scale" >
<return type= "void" >
</return>
<argument index= "0" name= "texture_scale" type= "float" >
</argument>
<description >
Set the scale value of the light texture.
</description>
</method>
<method name= "set_z_range_max" >
<return type= "void" >
</return>
<argument index= "0" name= "z" type= "int" >
</argument>
<description >
Set the maximum Z value that objects of the scene can be in order to be affected by the Light2D.
</description>
</method>
<method name= "set_z_range_min" >
<return type= "void" >
</return>
<argument index= "0" name= "z" type= "int" >
</argument>
<description >
Set the minimum Z value that objects of the scene have to be in order to be affected by the Light2D.
</description>
</method>
</methods>
<members >
2017-09-13 08:49:40 +02:00
<member name= "color" type= "Color" setter= "set_color" getter= "get_color" >
2017-09-17 05:42:59 +02:00
The Light2D's [Color].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "editor_only" type= "bool" setter= "set_editor_only" getter= "is_editor_only" >
2017-09-17 05:42:59 +02:00
If [code]true[/code] Light2D will only appear when editing the scene. Default value: [code]false[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "enabled" type= "bool" setter= "set_enabled" getter= "is_enabled" >
2017-09-17 05:42:59 +02:00
If [code]true[/code] Light2D will emit light. Default value: [code]true[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "energy" type= "float" setter= "set_energy" getter= "get_energy" >
2017-09-17 05:42:59 +02:00
The Light2D's energy value. The larger the value, the stronger the light.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "mode" type= "int" setter= "set_mode" getter= "get_mode" enum= "Light2D.Mode" >
2017-09-17 05:42:59 +02:00
The Light2D's mode. See MODE_* constants for values.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "offset" type= "Vector2" setter= "set_texture_offset" getter= "get_texture_offset" >
2017-09-17 05:42:59 +02:00
The offset of the Light2D's [code]texture[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "range_height" type= "float" setter= "set_height" getter= "get_height" >
2017-09-17 05:42:59 +02:00
The height of the Light2D. Used with 2D normal mapping.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "range_item_cull_mask" type= "int" setter= "set_item_cull_mask" getter= "get_item_cull_mask" >
2017-09-17 05:42:59 +02:00
The layer mask. Only objects with a matching mask will be affected by the Light2D.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "range_layer_max" type= "int" setter= "set_layer_range_max" getter= "get_layer_range_max" >
2017-09-17 05:42:59 +02:00
Maximum layer value of objects that are affected by the Light2D. Default value: [code]0[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "range_layer_min" type= "int" setter= "set_layer_range_min" getter= "get_layer_range_min" >
2017-09-17 05:42:59 +02:00
Minimum layer value of objects that are affected by the Light2D. Default value: [code]0[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "range_z_max" type= "int" setter= "set_z_range_max" getter= "get_z_range_max" >
2017-09-17 05:42:59 +02:00
Maximum [code]Z[/code] value of objects that are affected by the Light2D. Default value: [code]1024[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "range_z_min" type= "int" setter= "set_z_range_min" getter= "get_z_range_min" >
2017-09-17 05:42:59 +02:00
Minimum [code]z[/code] value of objects that are affected by the Light2D. Default value: [code]-1024[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_buffer_size" type= "int" setter= "set_shadow_buffer_size" getter= "get_shadow_buffer_size" >
2017-09-17 05:42:59 +02:00
Shadow buffer size. Default value: [code]2048[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_color" type= "Color" setter= "set_shadow_color" getter= "get_shadow_color" >
2017-09-17 05:42:59 +02:00
[Color] of shadows cast by the Light2D.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_enabled" type= "bool" setter= "set_shadow_enabled" getter= "is_shadow_enabled" >
2017-09-17 05:42:59 +02:00
If [code]true[/code] the Light2D will cast shadows. Default value: [code]false[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_filter" type= "int" setter= "set_shadow_filter" getter= "get_shadow_filter" enum= "Light2D.ShadowFilter" >
2017-10-09 12:49:12 +02:00
Shadow filter type. Use SHADOW_FILTER_* constants to set [code]shadow_filter[/code]. Default value: [code]None[/code].
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_filter_smooth" type= "float" setter= "set_shadow_smooth" getter= "get_shadow_smooth" >
2017-09-17 18:57:13 +02:00
Smoothing value for shadows.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_gradient_length" type= "float" setter= "set_shadow_gradient_length" getter= "get_shadow_gradient_length" >
2017-09-17 05:42:59 +02:00
Smooth shadow gradient length.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "shadow_item_cull_mask" type= "int" setter= "set_item_shadow_cull_mask" getter= "get_item_shadow_cull_mask" >
2017-09-17 05:42:59 +02:00
The shadow mask. Used with [LightOccluder2D] to cast shadows. Only occluders with a matching shadow mask will cast shadows.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "texture" type= "Texture" setter= "set_texture" getter= "get_texture" >
2017-09-17 05:42:59 +02:00
[Texture] used for the Light2D's appearance.
2017-09-12 22:42:36 +02:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "texture_scale" type= "float" setter= "set_texture_scale" getter= "get_texture_scale" >
2017-09-17 05:42:59 +02:00
The [code]texture[/code]'s scale factor.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
<constant name= "MODE_ADD" value= "0" >
Adds the value of pixels corresponding to the Light2D to the values of pixels under it. This is the common behaviour of a light.
</constant>
<constant name= "MODE_SUB" value= "1" >
2017-10-09 12:49:12 +02:00
Subtracts the value of pixels corresponding to the Light2D to the values of pixels under it, resulting in inversed light effect.
2017-09-12 22:42:36 +02:00
</constant>
<constant name= "MODE_MIX" value= "2" >
Mix the value of pixels corresponding to the Light2D to the values of pixels under it by linear interpolation.
</constant>
<constant name= "MODE_MASK" value= "3" >
The light texture of the Light2D is used as a mask, hiding or revealing parts of the screen underneath depending on the value of each pixel of the light (mask) texture.
</constant>
2017-09-16 01:46:14 +02:00
<constant name= "SHADOW_FILTER_NONE" value= "0" >
2017-10-09 12:49:12 +02:00
No filter applies to the shadow map. See [method shadow_filter].
2017-09-16 01:46:14 +02:00
</constant>
<constant name= "SHADOW_FILTER_PCF3" value= "1" >
2017-10-09 12:49:12 +02:00
Percentage closer filtering (3 samples) applies to the shadow map. See [method shadow_filter].
2017-09-16 01:46:14 +02:00
</constant>
<constant name= "SHADOW_FILTER_PCF5" value= "2" >
2017-10-09 12:49:12 +02:00
Percentage closer filtering (5 samples) applies to the shadow map. See [method shadow_filter].
2017-09-16 01:46:14 +02:00
</constant>
<constant name= "SHADOW_FILTER_PCF7" value= "3" >
2017-10-09 12:49:12 +02:00
Percentage closer filtering (7 samples) applies to the shadow map. See [method shadow_filter].
2017-09-16 01:46:14 +02:00
</constant>
<constant name= "SHADOW_FILTER_PCF9" value= "4" >
2017-10-09 12:49:12 +02:00
Percentage closer filtering (9 samples) applies to the shadow map. See [method shadow_filter].
2017-09-16 01:46:14 +02:00
</constant>
<constant name= "SHADOW_FILTER_PCF13" value= "5" >
2017-10-09 12:49:12 +02:00
Percentage closer filtering (13 samples) applies to the shadow map. See [method shadow_filter].
2017-09-16 01:46:14 +02:00
</constant>
2017-09-12 22:42:36 +02:00
</constants>
</class>