Struct Property

A UDA to mark a public variable OR accessor methods as a property in Godot.

struct Property ;

Using just the type as a UDA uses default configuration. The UDA can also be constructed at compile-time to customize how the property should be registered into Godot.

Constructors

NameDescription
this

Fields

NameTypeDescription
hint Property.Hint
hintString string
rpcMode RPCMode
usage Property.Usage

Enums

NameDescription
Hint
Usage