LeviLamina
Loading...
Searching...
No Matches
BoneTransformType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class BoneTransformType : int {
6 Position = 0,
7 Rotation = 1,
8 Scale = 2,
9 Count = 3,
10};