rj-action-library-cpp/RJNodeProperty.cpp

26 lines
287 B
C++
Raw Normal View History

2024-07-26 05:44:30 +00:00
/* RJNodeProperty.cpp */
#include "RJNodeProperty.h"
void RJNodeProperty::_bind_methods()
{
GDVIRTUAL_BIND( set, "value" );
GDVIRTUAL_BIND( get );
ADD_SIGNAL (MethodInfo( "onChange" ) );
}
RJNodeProperty::RJNodeProperty()
{
}
RJNodeProperty::~RJNodeProperty()
{
}