LeviLamina
Loading...
Searching...
No Matches
BrushShapeWeightedSphere.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::ClientBrush {
6
7
struct
BrushShapeWeightedSphere {
8
public
:
9
// BrushShapeWeightedSphere inner types declare
10
// clang-format off
11
struct
Calculator;
12
struct
ConstantCalculator;
13
struct
InverseLinearCalculator;
14
struct
LinearCalculator;
15
struct
QuadraticCalculator;
16
// clang-format on
17
18
// BrushShapeWeightedSphere inner types define
19
enum class
WeightingType :
int
{};
20
21
struct
Calculator {};
22
23
struct
ConstantCalculator {};
24
25
struct
InverseLinearCalculator {};
26
27
struct
LinearCalculator {};
28
29
struct
QuadraticCalculator {};
30
};
31
32
}
// namespace Editor::ClientBrush
src-server
mc
common
editor
BrushShapeWeightedSphere.h
Generated on Tue Dec 30 2025 14:20:32 for LeviLamina by
1.12.0