/* RJNodeProperty.cpp */ #include "RJNodeProperty.h" void RJNodeProperty::_bind_methods() { GDVIRTUAL_BIND( set, "value" ); GDVIRTUAL_BIND( get ); ADD_SIGNAL (MethodInfo( "onChange" ) ); } RJNodeProperty::RJNodeProperty() { } RJNodeProperty::~RJNodeProperty() { }