Click or drag to resize

ClassDBClassGetCategory Method

Returns a category associated with the class for use in documentation and the Asset Library. Debug mode required.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string ClassGetCategory(
	string class
)

Parameters

class
Type: SystemString

[Missing <param name="class"/> documentation for "M:Godot.ClassDB.ClassGetCategory(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.ClassDB.ClassGetCategory(System.String)"]

See Also