LeviLamina
Loading...
Searching...
No Matches
glTFExporter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 glTFExporter& operator=(glTFExporter const&);
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43 // vIndex: 0
44 virtual ~glTFExporter() = default;
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::std::string_view const& BINARY_EXTENSION();
51
52 MCAPI static ::std::string_view const& GLB_EXTENSION();
53
54 MCAPI static ::std::string_view const& GLTF_EXTENSION();
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60
61 // NOLINTEND
62};
Definition glTFExporter.h:5
Definition Alias.h:14