Click or drag to resize

Object_GetPropertyList Method

Virtual method which can be overridden to customize the return value of GetPropertyList.

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

Each property's Dictionary must 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 virtual Array _GetPropertyList()

Return Value

Type: Array

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

See Also