Click or drag to resize

EditorInspectorPluginParseCategory Method

Called to allow adding controls at the beginning of the category.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual void ParseCategory(
	Object object,
	string category
)

Parameters

object
Type: GodotObject

[Missing <param name="object"/> documentation for "M:Godot.EditorInspectorPlugin.ParseCategory(Godot.Object,System.String)"]

category
Type: SystemString

[Missing <param name="category"/> documentation for "M:Godot.EditorInspectorPlugin.ParseCategory(Godot.Object,System.String)"]

See Also