Click or drag to resize

EditorFeatureProfileIsClassPropertyDisabled Method

Returns true if property is disabled in the class specified by class_name. When a property is disabled, it won't appear in the inspector when selecting a node that extends the class specified by class_name.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public bool IsClassPropertyDisabled(
	string className,
	string property
)

Parameters

className
Type: SystemString

[Missing <param name="className"/> documentation for "M:Godot.EditorFeatureProfile.IsClassPropertyDisabled(System.String,System.String)"]

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Godot.EditorFeatureProfile.IsClassPropertyDisabled(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorFeatureProfile.IsClassPropertyDisabled(System.String,System.String)"]

See Also