Click or drag to resize

EditorPropertyIsReadOnly Method

Note: This API is now obsolete.

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

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

Return Value

Type: Boolean

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

See Also