MethodWrapper.callPropertySet

C function passed to Godot if this is a property setter

struct MethodWrapper(T, alias mf)
extern (C) static
static if(is(R == void) && A.length == 1)
void
callPropertySet
(
godot_object o
,,
void* userData
,
godot_variant* arg
)

Meta