Click or drag to resize

EditorPropertySetCheckable Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorProperty.SetCheckable(System.Boolean)"]

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

Parameters

checkable
Type: SystemBoolean

[Missing <param name="checkable"/> documentation for "M:Godot.EditorProperty.SetCheckable(System.Boolean)"]

See Also