- Anim time update for bpa (#252)
This commit is contained in:
@@ -84,6 +84,11 @@
|
|||||||
{ "type": "array", "title": "Collection Timelime Items", "items": { "$ref": "#/definitions/commands" } }
|
{ "type": "array", "title": "Collection Timelime Items", "items": { "$ref": "#/definitions/commands" } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"anim_time_update": {
|
||||||
|
"title": "Animation Time Update",
|
||||||
|
"description": "How does time pass when playing the animation. Defaults to `query.anim_time + query.delta_time` which means advance in seconds.",
|
||||||
|
"$ref": "../../molang/number.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,7 +96,7 @@
|
|||||||
"description": "The animation specification.",
|
"description": "The animation specification.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"anim_time_update": {
|
"anim_time_update": {
|
||||||
"title": "Start Delay",
|
"title": "Animation Time Update",
|
||||||
"description": "How does time pass when playing the animation. Defaults to `query.anim_time + query.delta_time` which means advance in seconds.",
|
"description": "How does time pass when playing the animation. Defaults to `query.anim_time + query.delta_time` which means advance in seconds.",
|
||||||
"$ref": "../../molang/number.json"
|
"$ref": "../../molang/number.json"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user