VariableWrapper

Template for public variables exported as properties.

Members

Aliases

P
alias P = typeof(mixin ("T." ~ var))
Undocumented in source.

Static functions

callPropertyGet
godot_variant callPropertyGet(godot_object o, void* methodData, void* userData)
Undocumented in source. Be warned that the author may not have intended to support it.
callPropertySet
void callPropertySet(godot_object o, void* methodData, void* userData, godot_variant* arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

T

the class that owns the variable

var

the name of the member variable being wrapped

Meta