Click or drag to resize

EditorInspectorPlugin.ParseCategory 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: Godot.Object

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

category
Type: System.String

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

See Also