GodotObject._set

Virtual method which can be overridden to customize the return value of set. Sets a property. Returns true if the property exists.

struct GodotObject
@nogc nothrow
bool
_set
(
VariantArg1
)
(
in String property
,
in VariantArg1 value
)

Meta