Click or drag to resize

ClassDBClassGetProperty Method

Returns the value of property of class or its ancestry.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object ClassGetProperty(
	Object object,
	string property
)

Parameters

object
Type: GodotObject

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

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Godot.ClassDB.ClassGetProperty(Godot.Object,System.String)"]

Return Value

Type: Object

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

See Also