mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-24 11:35:24 -05:00
Fixed JsonSchema #44
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user