Click or drag to resize

ClassDBGetInheritersFromClass Method

Returns the names of all the classes that directly or indirectly inherit from class.

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

Parameters

class
Type: SystemString

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

Return Value

Type: String

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

See Also