Click or drag to resize

EditorPropertyIsCheckable Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorProperty.IsCheckable"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("IsCheckable is deprecated. Use the Checkable property instead.")]
public bool IsCheckable()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorProperty.IsCheckable"]

See Also