LeviLamina
Loading...
Searching...
No Matches
ParticleCurveType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ParticleSystem {
6
7
enum class
ParticleCurveType :
int
{
8
Invalid = -1,
9
Linear = 0,
10
Bezier = 1,
11
CatmullRom = 2,
12
BezierChain = 3,
13
};
14
15
}
src
mc
client
particlesystem
particle
curves
ParticleCurveType.h
Generated on Sat Apr 26 2025 05:55:21 for LeviLamina by
1.12.0