26 lines
365 B
C#
26 lines
365 B
C#
namespace UniVRM10
|
|
{
|
|
public enum ExpressionPreset
|
|
{
|
|
custom,
|
|
happy,
|
|
angry,
|
|
sad,
|
|
relaxed,
|
|
surprised,
|
|
aa,
|
|
ih,
|
|
ou,
|
|
ee,
|
|
oh,
|
|
blink,
|
|
blinkLeft,
|
|
blinkRight,
|
|
lookUp,
|
|
lookDown,
|
|
lookLeft,
|
|
lookRight,
|
|
neutral,
|
|
}
|
|
}
|