LeviLamina
Loading...
Searching...
No Matches
DimensionBrightnessRamp.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 64, float[16]> mBrightnessRamp;
10 // NOLINTEND
11
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual ~DimensionBrightnessRamp() = default;
17
18 // vIndex: 1
19 virtual void buildBrightnessRamp();
20
21 // vIndex: 2
22 virtual float getBaseAmbientValue() const;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCAPI void $buildBrightnessRamp();
29
30 MCFOLD float $getBaseAmbientValue() const;
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition DimensionBrightnessRamp.h:5
static MCAPI void ** $vftable()