- callPropertyGet
void callPropertyGet(void* methodData, void* instance, const(void*)* args, long numArgs, void* r_return, GDExtensionCallError* r_error)
Undocumented in source. Be warned that the author may not have intended to support it.
- callPropertySet
void callPropertySet(void* methodData, void* instance, const(void*)* args, long numArgs, void* r_return, GDExtensionCallError* r_error)
Undocumented in source. Be warned that the author may not have intended to support it.
Template for public variables exported as properties.