LeviLamina
Loading...
Searching...
No Matches
BrushShapeMethod.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Brush {
6
7enum class BrushShapeMethod : int {
8 Offsets = 0,
9 WeightedSphere = 1,
10};
11
12}