LeviLamina
Loading...
Searching...
No Matches
Ray.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace Editor::Cursor {
11
12struct Ray {
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 Ray& operator=(Ray const&);
25 Ray(Ray const&);
26 Ray();
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
32 // NOLINTEND
33};
34
35} // namespace Editor::Cursor
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14