Click or drag to resize

ObjectGetPropertyList Method

Returns the object's property list as an Array of dictionaries.

Each property's Dictionary contain at least name: String and type: int (see VariantType) entries. Optionally, it can also include hint: int (see PropertyHint), hint_string: String, and usage: int (see PropertyUsageFlags).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetPropertyList()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.Object.GetPropertyList"]

See Also