Added
This commit is contained in:
@@ -105,6 +105,12 @@
|
|||||||
"title": "Animation State",
|
"title": "Animation State",
|
||||||
"description": "Animation state",
|
"description": "Animation state",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"examples": [
|
||||||
|
{
|
||||||
|
"animations": ["anim.idle"],
|
||||||
|
"transition": [{ "example": "query.is_sheared" }]
|
||||||
|
}
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"title": "Animations",
|
"title": "Animations",
|
||||||
|
|||||||
@@ -79,17 +79,6 @@
|
|||||||
"description": "A single animation controller",
|
"description": "A single animation controller",
|
||||||
"required": ["states"],
|
"required": ["states"],
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"examples": [
|
|
||||||
{
|
|
||||||
"controller.animation.some_name": {
|
|
||||||
"initial_state": "default",
|
|
||||||
"states": {
|
|
||||||
"default": { "transitions": [{ "state_1": "query.is_baby" }] },
|
|
||||||
"state_1": { "animations": ["state_1"], "transitions": [{ "default": "query.all_animations_finished" }] }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"states": {
|
"states": {
|
||||||
"title": "States",
|
"title": "States",
|
||||||
@@ -102,6 +91,12 @@
|
|||||||
"title": "Animation State",
|
"title": "Animation State",
|
||||||
"description": "Animation state",
|
"description": "Animation state",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"examples": [
|
||||||
|
{
|
||||||
|
"animations": ["anim.idle"],
|
||||||
|
"transition": [{ "example": "query.is_sheared" }]
|
||||||
|
}
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"title": "Animations",
|
"title": "Animations",
|
||||||
|
|||||||
Reference in New Issue
Block a user