mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-20 01:37:59 -05:00
Fixed JsonSchema #44
This commit is contained in:
parent
da4989c852
commit
67a6f19ccb
|
|
@ -92,23 +92,24 @@ namespace VRM
|
|||
public string name;
|
||||
|
||||
[JsonSchema(Description = "Predefined Expression name", EnumValues =new object[] {
|
||||
"Neutral",
|
||||
"A",
|
||||
"I",
|
||||
"U",
|
||||
"E",
|
||||
"O",
|
||||
"Blink",
|
||||
"Joy",
|
||||
"Angry",
|
||||
"Sorrow",
|
||||
"Fun",
|
||||
"LookUp",
|
||||
"LookDown",
|
||||
"LookLeft",
|
||||
"LookRight",
|
||||
"Blink_L",
|
||||
"Blink_R",
|
||||
"unknown",
|
||||
"neutral",
|
||||
"a",
|
||||
"i",
|
||||
"u",
|
||||
"e",
|
||||
"o",
|
||||
"blink",
|
||||
"joy",
|
||||
"angry",
|
||||
"sorrow",
|
||||
"fun",
|
||||
"lookup",
|
||||
"lookdown",
|
||||
"lookleft",
|
||||
"lookright",
|
||||
"blink_l",
|
||||
"blink_r",
|
||||
})]
|
||||
public string presetName;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"presetName": {
|
||||
"description": "Predefined Expression name",
|
||||
"type": "string",
|
||||
"enum": ["Neutral","A","I","U","E","O","Blink","Joy","Angry","Sorrow","Fun","LookUp","LookDown","LookLeft","LookRight","Blink_L","Blink_R"]
|
||||
"enum": ["unknown","neutral","a","i","u","e","o","blink","joy","angry","sorrow","fun","lookup","lookdown","lookleft","lookright","blink_l","blink_r"]
|
||||
},
|
||||
"binds": {
|
||||
"description": "Low level blendshape references.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user