mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
9 lines
128 B
C#
9 lines
128 B
C#
namespace MToon
|
|
{
|
|
public enum EditorRotationUnit
|
|
{
|
|
Rounds = 0,
|
|
Degrees = 1,
|
|
Radians = 2,
|
|
}
|
|
} |