LeviLamina
Loading...
Searching...
No Matches
BrushShapeWeightedSphere.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::ClientBrush {
6
8public:
9 // BrushShapeWeightedSphere inner types declare
10 // clang-format off
11 struct Calculator;
12 struct ConstantCalculator;
13 // clang-format on
14
15 // BrushShapeWeightedSphere inner types define
16 enum class WeightingType : int {};
17
18 struct Calculator {};
19
21};
22
23} // namespace Editor::ClientBrush
Definition BrushShapeWeightedSphere.h:7
Definition BrushShapeWeightedSphere.h:18