LeviLamina
Loading...
Searching...
No Matches
ScriptCursorRay.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Editor::Cursor { struct Ray; }
8namespace Scripting { struct InterfaceBinding; }
9// clang-format on
10
11namespace Editor::ScriptModule {
12
13class ScriptCursorRay {
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ScriptCursorRay& operator=(ScriptCursorRay const&);
26 ScriptCursorRay(ScriptCursorRay const&);
27 ScriptCursorRay();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32#ifdef LL_PLAT_C
33 MCNAPI explicit ScriptCursorRay(::Editor::Cursor::Ray const& rayToCopy);
34#endif
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static ::Scripting::InterfaceBinding bindScript();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI void* $ctor(::Editor::Cursor::Ray const& rayToCopy);
48#endif
49 // NOLINTEND
50};
51
52} // namespace Editor::ScriptModule
static MCAPI ::Scripting::InterfaceBinding bindScript()
Definition Ray.h:12
Definition InterfaceBinding.h:16
Definition Alias.h:14