Api session items modeldatas: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
"show" : "MIDDLE", | "show" : "MIDDLE", | ||
"variation" : 1, | "variation" : 1, | ||
"version" : | "version" : 21 | ||
}, { | }, { | ||
"additions" : [ ], | "additions" : [ ], | ||
| Line 45: | Line 45: | ||
"show" : "MIDDLE", | "show" : "MIDDLE", | ||
"variation" : 1, | "variation" : 1, | ||
"version" : | "version" : 22 | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
| Line 70: | Line 70: | ||
ZIPSMILE: | ZIPSMILE: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/modeldatas/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/modeldatas/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
==Api Model ModelData== | |||
API Model description of ModelData | |||
{|class=wikitable | |||
!Name | |||
!Type | |||
!Description | |||
|- | |||
|additions | |||
|Addition<nowiki>[]</nowiki> | |||
| | |||
|- | |||
|animMultiplier | |||
|double | |||
| | |||
|- | |||
|buffer | |||
|int | |||
| | |||
|- | |||
|dimension | |||
|int | |||
| | |||
|- | |||
|frequency | |||
|int | |||
| | |||
|- | |||
|id | |||
|int | |||
| | |||
|- | |||
|instanceColor | |||
|InstanceColor | |||
| | |||
|- | |||
|isAlpha | |||
|boolean | |||
| | |||
|- | |||
|isShowCloseby | |||
|boolean | |||
| | |||
|- | |||
|modelHeight | |||
|double | |||
| | |||
|- | |||
|modelWidth | |||
|double | |||
| | |||
|- | |||
|name | |||
|String | |||
| | |||
|- | |||
|particleEmitters | |||
|ParticleEmitterCoordinatePair<nowiki>[]</nowiki> | |||
| | |||
|- | |||
|placement | |||
|Placement | |||
| | |||
|- | |||
|randomScale | |||
|double | |||
| | |||
|- | |||
|roots | |||
|boolean | |||
| | |||
|- | |||
|rotation | |||
|Rotation | |||
| | |||
|- | |||
|show | |||
|Show | |||
| | |||
|- | |||
|variation | |||
|int | |||
| | |||
|- | |||
|version | |||
|int | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor]] | *[[Api session event editor]] | ||
Revision as of 11:52, 20 April 2026
Api session items Model Datas Endpoints.
Default Query:
https://engine.tygron.com/api/session/items/modeldatas/?f=JSON&token=API_TOKENExample Response:
[ {
"additions" : [ ],
"animMultiplier" : null,
"buffer" : 10,
"dimension" : 1,
"frequency" : 10,
"id" : 0,
"instanceColor" : "GRAY",
"isAlpha" : false,
"isShowCloseby" : false,
"modelHeight" : 6.30242,
"modelWidth" : 1.6587989,
"name" : "traffic_light",
"particleEmitters" : [ ],
"placement" : "POINT",
"randomScale" : 0.0,
"roots" : false,
"rotation" : "FREE",
"show" : "MIDDLE",
"variation" : 1,
"version" : 21
}, {
"additions" : [ ],
"animMultiplier" : null,
"buffer" : 10,
"dimension" : 1,
"frequency" : 10,
"id" : 1,
"instanceColor" : "GRAY",
"isAlpha" : false,
"isShowCloseby" : false,
"modelHeight" : 1.25364,
"modelWidth" : 1.039926,
"name" : "house_chimney",
"particleEmitters" : [ ],
"placement" : "POINT",
"randomScale" : 0.0,
"roots" : false,
"rotation" : "FIXED",
"show" : "MIDDLE",
"variation" : 1,
"version" : 22
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/modeldatas/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/modeldatas/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/modeldatas/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/modeldatas/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/modeldatas/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/modeldatas/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/modeldatas/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/modeldatas/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/modeldatas/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/modeldatas/?f=ZIPSMILE&token=API_TOKENApi Model ModelData
API Model description of ModelData
| Name | Type | Description |
|---|---|---|
| additions | Addition[] | |
| animMultiplier | double | |
| buffer | int | |
| dimension | int | |
| frequency | int | |
| id | int | |
| instanceColor | InstanceColor | |
| isAlpha | boolean | |
| isShowCloseby | boolean | |
| modelHeight | double | |
| modelWidth | double | |
| name | String | |
| particleEmitters | ParticleEmitterCoordinatePair[] | |
| placement | Placement | |
| randomScale | double | |
| roots | boolean | |
| rotation | Rotation | |
| show | Show | |
| variation | int | |
| version | int |