Click or drag to resize

EditorFeatureProfileSetDisableClassProperty Method

If disable is true, disables editing for property 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 void SetDisableClassProperty(
	string className,
	string property,
	bool disable
)

Parameters

className
Type: SystemString

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

property
Type: SystemString

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

disable
Type: SystemBoolean

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

See Also