LeviLamina
Loading...
Searching...
No Matches
SkyboxConfig.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
SkyboxConfig
{
6
public
:
7
// SkyboxConfig inner types declare
8
// clang-format off
9
struct
SkyboxConfigSettingsV0
;
10
// clang-format on
11
12
// SkyboxConfig inner types define
13
struct
SkyboxConfigSettingsV0
{
14
public
:
15
// SkyboxConfigSettingsV0 inner types declare
16
// clang-format off
17
struct
SkyboxParameters
;
18
// clang-format on
19
20
// SkyboxConfigSettingsV0 inner types define
21
struct
SkyboxParameters
{
22
public
:
23
// SkyboxParameters inner types declare
24
// clang-format off
25
struct
Description
;
26
struct
Lighting
;
27
// clang-format on
28
29
// SkyboxParameters inner types define
30
struct
Description
{};
31
32
struct
Lighting
{};
33
};
34
};
35
};
SkyboxConfig
Definition
SkyboxConfig.h:5
SkyboxConfig::SkyboxConfigSettingsV0::SkyboxParameters::Description
Definition
SkyboxConfig.h:30
SkyboxConfig::SkyboxConfigSettingsV0::SkyboxParameters::Lighting
Definition
SkyboxConfig.h:32
SkyboxConfig::SkyboxConfigSettingsV0::SkyboxParameters
Definition
SkyboxConfig.h:21
SkyboxConfig::SkyboxConfigSettingsV0
Definition
SkyboxConfig.h:13
src-server
mc
client
renderer
SkyboxConfig.h
Generated on
for LeviLamina by
1.16.1