mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Consistently wrap booleans in [code]
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
Global contrast value of the rendered scene (default value is 1).
|
||||
</member>
|
||||
<member name="adjustment_enabled" type="bool" setter="set_adjustment_enable" getter="is_adjustment_enabled">
|
||||
Enables the adjustment_* options provided by this resource. If false, adjustments modifications will have no effect on the rendered scene.
|
||||
Enables the adjustment_* options provided by this resource. If [code]false[/code], adjustments modifications will have no effect on the rendered scene.
|
||||
</member>
|
||||
<member name="adjustment_saturation" type="float" setter="set_adjustment_saturation" getter="get_adjustment_saturation">
|
||||
Global color saturation value of the rendered scene (default value is 1).
|
||||
|
||||
Reference in New Issue
Block a user