LeviLamina
Loading...
Searching...
No Matches
MinecraftglTFExporter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // MinecraftglTFExporter inner types declare
8 // clang-format off
10 struct AsyncModelMaterial;
11 struct BakeData;
12 struct ImageBakeData;
13 struct glTFExportProgress;
14 // clang-format on
15
16 // MinecraftglTFExporter inner types define
18
20 public:
21 // AsyncModelMaterial inner types define
22 enum class ShaderType : uint {};
23 };
24
25 struct BakeData {};
26
27 struct ImageBakeData {};
28
30};
Definition MinecraftglTFExporter.h:17
Definition MinecraftglTFExporter.h:19
Definition MinecraftglTFExporter.h:25
Definition MinecraftglTFExporter.h:27
Definition MinecraftglTFExporter.h:29
Definition MinecraftglTFExporter.h:5