3#include "mc/_HeaderOutputPredefine.h"
10namespace Editor::ScriptModule {
12struct ScriptCursorPropertiesChangeAfterEvent {
23 ScriptCursorPropertiesChangeAfterEvent& operator=(ScriptCursorPropertiesChangeAfterEvent
const&);
24 ScriptCursorPropertiesChangeAfterEvent();
34 MCNAPI ::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent&
41 MCNAPI static ::Scripting::ClassBinding
bind();
Definition ScriptCursorPropertiesChangeAfterEvent.h:12
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent const &)
MCAPI void * $ctor(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent &&)
MCAPI ScriptCursorPropertiesChangeAfterEvent(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent &&)
MCAPI ScriptCursorPropertiesChangeAfterEvent(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent const &)
MCAPI::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent & operator=(::Editor::ScriptModule::ScriptCursorPropertiesChangeAfterEvent &&)
Definition ClassBinding.h:19