2024-03-27 08:06:09 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2024-04-26 17:32:25 +02:00
|
|
|
<class name="VertexLight2DEnvironment" inherits="Node2D" version="4.4">
|
2024-03-27 08:06:09 +01:00
|
|
|
<brief_description>
|
2024-03-27 09:11:46 +01:00
|
|
|
A [Node2D] that manages a map's base color in [VertexLights2DServer].
|
2024-03-27 08:06:09 +01:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2024-03-27 09:11:46 +01:00
|
|
|
A [Node2D] that manages a map's base color in [VertexLights2DServer].
|
2024-03-27 08:06:09 +01:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
|
|
|
<member name="color" type="Color" setter="set_color" getter="get_color" default="Color( 0, 0, 0, 1 )">
|
2024-03-27 09:11:46 +01:00
|
|
|
The base color.
|
2024-03-27 08:06:09 +01:00
|
|
|
</member>
|
|
|
|
<member name="enabled" type="bool" setter="set_enabled" getter="get_is_enabled" default="true">
|
2024-03-27 09:11:46 +01:00
|
|
|
Whether this [VertexLight2DEnvironment] is actively managing the base color or not.
|
2024-03-27 08:06:09 +01:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|