diff options
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 53f82044c2..85efe4362e 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -232,14 +232,16 @@ <member name="editors/2d/bone_outline_color" type="Color" setter="" getter=""> The outline color to use for non-selected bones in the 2D skeleton editor. See also [member editors/2d/bone_selected_color]. </member> - <member name="editors/2d/bone_outline_size" type="int" setter="" getter=""> + <member name="editors/2d/bone_outline_size" type="float" setter="" getter=""> The outline size in the 2D skeleton editor (in pixels). See also [member editors/2d/bone_width]. + [b]Note:[/b] Changes to this value only apply after modifying a [Bone2D] node in any way, or closing and reopening the scene. </member> <member name="editors/2d/bone_selected_color" type="Color" setter="" getter=""> The color to use for selected bones in the 2D skeleton editor. See also [member editors/2d/bone_outline_color]. </member> - <member name="editors/2d/bone_width" type="int" setter="" getter=""> + <member name="editors/2d/bone_width" type="float" setter="" getter=""> The bone width in the 2D skeleton editor (in pixels). See also [member editors/2d/bone_outline_size]. + [b]Note:[/b] Changes to this value only apply after modifying a [Bone2D] node in any way, or closing and reopening the scene. </member> <member name="editors/2d/grid_color" type="Color" setter="" getter=""> The grid color to use in the 2D editor. |