mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-05 02:54:27 +00:00
115 lines
3.2 KiB
JSON
115 lines
3.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2979283012",
|
|
"definitions": {
|
|
"772645837": {
|
|
"title": "particle_appearance_billboard flipbook_data 1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"base_UV": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"minItems": 2,
|
|
"maxItems": 2
|
|
},
|
|
"size_UV": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "number"
|
|
},
|
|
"minItems": 2,
|
|
"maxItems": 2
|
|
},
|
|
"step_UV": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "number"
|
|
},
|
|
"minItems": 2,
|
|
"maxItems": 2
|
|
},
|
|
"max_frame": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"loop": {
|
|
"type": "boolean"
|
|
},
|
|
"frames_per_second": {
|
|
"type": "number"
|
|
},
|
|
"stretch_to_lifetime": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"base_UV",
|
|
"max_frame"
|
|
]
|
|
},
|
|
"3178719147": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/2267778531"
|
|
},
|
|
{
|
|
"type": "number"
|
|
}
|
|
]
|
|
},
|
|
"2267778531": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode::StringRepresentation",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"expression": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"expression",
|
|
"version"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"title": "particle_appearance_billboard uv_data v1.21.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"texture_width": {
|
|
"type": "integer"
|
|
},
|
|
"flipbook": {
|
|
"$ref": "#/definitions/772645837"
|
|
},
|
|
"texture_height": {
|
|
"type": "integer"
|
|
},
|
|
"uv_size": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"minItems": 2,
|
|
"maxItems": 2
|
|
},
|
|
"uv": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3178719147"
|
|
},
|
|
"minItems": 2,
|
|
"maxItems": 2
|
|
}
|
|
}
|
|
} |