LeviLamina
Loading...
Searching...
No Matches
WaterConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class WaterConfig {
6public:
7 // WaterConfig inner types declare
8 // clang-format off
14 struct CausticsTexture;
15 // clang-format on
16
17 // WaterConfig inner types define
18 struct WaterConfigSettingsV0 {
19 public:
20 // WaterConfigSettingsV0 inner types declare
21 // clang-format off
22 struct WaterSettings;
23 // clang-format on
24
25 // WaterConfigSettingsV0 inner types define
26 struct WaterSettings {
27 public:
28 // WaterSettings inner types declare
29 // clang-format off
30 struct WaterDescription;
31 struct PSY;
32 struct Waves;
33 // clang-format on
34
35 // WaterSettings inner types define
36 struct WaterDescription {};
37
38 struct PSY {};
39
40 struct Waves {};
41 };
42 };
43
44 struct WaterConfigSettingsV1 {
45 public:
46 // WaterConfigSettingsV1 inner types declare
47 // clang-format off
50 struct WaterSettings;
51 // clang-format on
52
53 // WaterConfigSettingsV1 inner types define
54 struct WaterSurfaceParametersBase {};
55
56 struct WaterSurfaceParameters {};
57
58 struct WaterSettings {
59 public:
60 // WaterSettings inner types declare
61 // clang-format off
62 struct CausticsParameters;
63 // clang-format on
64
65 // WaterSettings inner types define
66 struct CausticsParameters {};
67 };
68 };
69
70 struct WaterConfigSettingsV2 {
71 public:
72 // WaterConfigSettingsV2 inner types declare
73 // clang-format off
75 struct WaterSettings;
76 // clang-format on
77
78 // WaterConfigSettingsV2 inner types define
80
81 struct WaterSettings {};
82 };
83
84 struct WaterConfigSettingsV3 {
85 public:
86 // WaterConfigSettingsV3 inner types declare
87 // clang-format off
88 struct WaterSettings;
89 // clang-format on
90
91 // WaterConfigSettingsV3 inner types define
92 struct WaterSettings {};
93 };
94
95 struct WaterConfigSettingsV4 {
96 public:
97 // WaterConfigSettingsV4 inner types declare
98 // clang-format off
99 struct WaterSettings;
100 // clang-format on
101
102 // WaterConfigSettingsV4 inner types define
103 struct WaterSettings {};
104 };
105
106 struct CausticsTexture {};
107};
Definition WaterConfig.h:106
Definition WaterConfig.h:18
Definition WaterConfig.h:44
Definition WaterConfig.h:70
Definition WaterConfig.h:84
Definition WaterConfig.h:95