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 MCNAPI static ::std::string_view const& BINARY_EXTENSION();
51
52 MCNAPI static ::std::string_view const& GLB_EXTENSION();
53
54 MCNAPI static ::std::string_view const& GLTF_EXTENSION();
55 // NOLINTEND
56};
Definition glTFExporter.h:5
static MCAPI ::std::string_view const & BINARY_EXTENSION()
static MCAPI ::std::string_view const & GLB_EXTENSION()
static MCAPI ::std::string_view const & GLTF_EXTENSION()
Definition Alias.h:14