@almadar/std 16.209.0 → 16.211.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +2 -2
  2. package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +5 -5
  3. package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +7 -1
  4. package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +3 -3
  5. package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +1 -0
  6. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +40 -41
  7. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +25 -19
  8. package/behaviors/lolo/ui/core/atoms/std-confirmation.lolo +2 -0
  9. package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-graphs.lolo +1 -1
  11. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +3 -1
  12. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +1 -1
  13. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +4 -3
  14. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -4
  15. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +33 -30
  16. package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/ui-radio.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/ui-range-slider.lolo +1 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-switch.lolo +1 -1
  20. package/behaviors/lolo/ui/core/atoms/ui-text-highlight.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-time-slot-cell.lolo +1 -1
  22. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +2 -2
  23. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
  24. package/behaviors/lolo/ui/core/molecules/ui-date-range-picker.lolo +2 -2
  25. package/behaviors/lolo/ui/core/molecules/ui-document-panel.lolo +2 -2
  26. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-number-stepper.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-relation-select.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-rich-text-editor.lolo +1 -1
  32. package/behaviors/lolo/ui/core/molecules/ui-search-input.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-sidebar.lolo +1 -1
  34. package/behaviors/lolo/ui/core/molecules/ui-star-rating.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-wizard-navigation.lolo +2 -2
  36. package/behaviors/lolo/ui/core/organisms/ui-split-pane.lolo +1 -1
  37. package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +126 -0
  38. package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +1 -1
  39. package/behaviors/lolo/ui/game/organisms/std-arcade-board-3d.lolo +10 -10
  40. package/behaviors/lolo/ui/game/organisms/std-crew-board-2d.lolo +10 -10
  41. package/behaviors/lolo/ui/game/organisms/std-dungeon-board-2d.lolo +36 -36
  42. package/behaviors/lolo/ui/game/organisms/std-market-board-3d.lolo +36 -36
  43. package/behaviors/lolo/ui/game/organisms/std-objective-board-3d.lolo +34 -34
  44. package/behaviors/lolo/ui/game/organisms/std-survival-board-3d.lolo +10 -10
  45. package/behaviors/lolo/ui/game/organisms/std-tactics-board-2d.lolo +12 -12
  46. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +12 -12
  47. package/behaviors/lolo/ui/game/organisms/std-worldmap-board-2d.lolo +20 -20
  48. package/behaviors/registry/infra/atoms/std-approval-gate.orb +20 -9
  49. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +5 -0
  50. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +28 -0
  51. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +3 -0
  52. package/behaviors/registry/infra/atoms/std-notification-center.orb +56 -24
  53. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +12 -6
  54. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +20 -0
  55. package/behaviors/registry/ui/core/atoms/std-browse.orb +51 -137
  56. package/behaviors/registry/ui/core/atoms/std-calendar.orb +101 -24
  57. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +44 -18
  58. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +44 -18
  59. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +19 -8
  60. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +20 -9
  61. package/behaviors/registry/ui/core/atoms/std-graphs.orb +1 -0
  62. package/behaviors/registry/ui/core/atoms/std-modal.orb +52 -24
  63. package/behaviors/registry/ui/core/atoms/std-stats.orb +1 -0
  64. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +0 -3
  65. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +2 -9
  66. package/behaviors/registry/ui/core/atoms/std-thread.orb +134 -40
  67. package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -0
  68. package/behaviors/registry/ui/core/atoms/ui-radio.orb +1 -0
  69. package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +1 -0
  70. package/behaviors/registry/ui/core/atoms/ui-switch.orb +1 -0
  71. package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +1 -0
  72. package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +1 -0
  73. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +2 -0
  74. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -0
  75. package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +2 -0
  76. package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +2 -0
  77. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -0
  78. package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +1 -0
  79. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +1 -0
  80. package/behaviors/registry/ui/core/molecules/ui-popover.orb +1 -0
  81. package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +1 -0
  82. package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +1 -0
  83. package/behaviors/registry/ui/core/molecules/ui-search-input.orb +1 -0
  84. package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -0
  85. package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +1 -0
  86. package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +2 -0
  87. package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +1 -0
  88. package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +687 -0
  89. package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +1 -0
  90. package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +10 -30
  91. package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +10 -30
  92. package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +36 -108
  93. package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +36 -108
  94. package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +34 -102
  95. package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +10 -30
  96. package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +12 -36
  97. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +12 -36
  98. package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +20 -60
  99. package/dist/behaviors/exports-reader.js +2147 -2212
  100. package/dist/behaviors/functions/index.d.ts +111 -34
  101. package/dist/behaviors/functions/index.js +2145 -2211
  102. package/dist/behaviors/index.d.ts +1 -1
  103. package/dist/behaviors/index.js +2148 -2213
  104. package/dist/behaviors/query.js +2147 -2212
  105. package/dist/behaviors-embeddings.hash.json +3 -3
  106. package/dist/behaviors-embeddings.json +11 -7
  107. package/dist/behaviors-registry.json +997 -759
  108. package/dist/index.d.ts +1 -1
  109. package/dist/index.js +2148 -2213
  110. package/dist/knob-embeddings.hash.json +3 -3
  111. package/dist/knob-embeddings.json +1 -1
  112. package/dist/registry/factory-signatures.json +1 -1
  113. package/package.json +3 -3
@@ -0,0 +1,687 @@
1
+ {
2
+ "description": "DrawSkinnedMesh — UI factory (1:1 with the @almadar/ui draw-skinned-mesh pattern).",
3
+ "ledger": {
4
+ "entries": {
5
+ "ent_01M2588YN3SJQ43YMGR99EG2WJ": {
6
+ "bakedName": "DrawSkinnedMeshItem",
7
+ "curName": "DrawSkinnedMeshItem",
8
+ "id": "ent_01M2588YN3SJQ43YMGR99EG2WJ",
9
+ "kind": "entity",
10
+ "owner": "workspace",
11
+ "renames": []
12
+ },
13
+ "evt_01M2588YN32G1WRQJ0GKMNAZZZ": {
14
+ "bakedName": "INIT",
15
+ "curName": "INIT",
16
+ "id": "evt_01M2588YN32G1WRQJ0GKMNAZZZ",
17
+ "kind": "event",
18
+ "owner": "workspace",
19
+ "parent": "trt_01M2588YN3VK31Q6BRRDYMD5VQ",
20
+ "renames": []
21
+ },
22
+ "orb_01M2588YN3PSME7CJ2R3W0KFEW": {
23
+ "bakedName": "DrawSkinnedMeshOrbital",
24
+ "curName": "DrawSkinnedMeshOrbital",
25
+ "id": "orb_01M2588YN3PSME7CJ2R3W0KFEW",
26
+ "kind": "orbital",
27
+ "owner": "workspace",
28
+ "renames": []
29
+ },
30
+ "pag_01M2588YN3N02BWRR8EP9RCTDH": {
31
+ "bakedName": "DrawSkinnedMeshPage",
32
+ "curName": "DrawSkinnedMeshPage",
33
+ "id": "pag_01M2588YN3N02BWRR8EP9RCTDH",
34
+ "kind": "page",
35
+ "owner": "workspace",
36
+ "renames": []
37
+ },
38
+ "trt_01M2588YN3VK31Q6BRRDYMD5VQ": {
39
+ "bakedName": "DrawSkinnedMeshRender",
40
+ "curName": "DrawSkinnedMeshRender",
41
+ "id": "trt_01M2588YN3VK31Q6BRRDYMD5VQ",
42
+ "kind": "trait",
43
+ "owner": "workspace",
44
+ "renames": []
45
+ }
46
+ },
47
+ "schemaVersion": 1
48
+ },
49
+ "name": "ui-draw-skinned-mesh",
50
+ "orbitals": [
51
+ {
52
+ "entity": {
53
+ "fields": [
54
+ {
55
+ "name": "id",
56
+ "required": true,
57
+ "type": "string"
58
+ }
59
+ ],
60
+ "id": "ent_01M2588YN3SJQ43YMGR99EG2WJ",
61
+ "name": "DrawSkinnedMeshItem",
62
+ "persistence": "runtime"
63
+ },
64
+ "id": "orb_01M2588YN3PSME7CJ2R3W0KFEW",
65
+ "name": "DrawSkinnedMeshOrbital",
66
+ "pages": [
67
+ {
68
+ "id": "pag_01M2588YN3N02BWRR8EP9RCTDH",
69
+ "name": "DrawSkinnedMeshPage",
70
+ "path": "/draw-skinned-mesh",
71
+ "traits": [
72
+ {
73
+ "ref": "DrawSkinnedMeshRender",
74
+ "refId": "trt_01M2588YN3VK31Q6BRRDYMD5VQ"
75
+ }
76
+ ]
77
+ }
78
+ ],
79
+ "traits": [
80
+ {
81
+ "category": "interaction",
82
+ "config": {
83
+ "asset": {
84
+ "description": "The texture the mesh UVs cut into.",
85
+ "label": "Asset",
86
+ "properties": {
87
+ "animations": {
88
+ "items": {
89
+ "type": "string"
90
+ },
91
+ "name": "animations",
92
+ "required": false,
93
+ "type": "array"
94
+ },
95
+ "aspect": {
96
+ "name": "aspect",
97
+ "required": false,
98
+ "type": "string",
99
+ "values": [
100
+ "1:1",
101
+ "16:9",
102
+ "5:7",
103
+ "8:1"
104
+ ]
105
+ },
106
+ "atlas": {
107
+ "name": "atlas",
108
+ "required": false,
109
+ "type": "string"
110
+ },
111
+ "category": {
112
+ "name": "category",
113
+ "required": true,
114
+ "type": "string"
115
+ },
116
+ "dimension": {
117
+ "name": "dimension",
118
+ "required": false,
119
+ "type": "string",
120
+ "values": [
121
+ "2d",
122
+ "3d"
123
+ ]
124
+ },
125
+ "name": {
126
+ "name": "name",
127
+ "required": false,
128
+ "type": "string"
129
+ },
130
+ "role": {
131
+ "name": "role",
132
+ "required": true,
133
+ "type": "string"
134
+ },
135
+ "sprite": {
136
+ "name": "sprite",
137
+ "required": false,
138
+ "type": "string"
139
+ },
140
+ "style": {
141
+ "name": "style",
142
+ "required": false,
143
+ "type": "string",
144
+ "values": [
145
+ "pixel",
146
+ "vector",
147
+ "hd",
148
+ "1-bit",
149
+ "isometric"
150
+ ]
151
+ },
152
+ "thumbnailUrl": {
153
+ "name": "thumbnailUrl",
154
+ "required": false,
155
+ "type": "string"
156
+ },
157
+ "url": {
158
+ "name": "url",
159
+ "required": true,
160
+ "type": "string"
161
+ },
162
+ "variant": {
163
+ "name": "variant",
164
+ "required": false,
165
+ "type": "string"
166
+ }
167
+ },
168
+ "tier": "presentation",
169
+ "type": "DrawSkinnedMeshAsset"
170
+ },
171
+ "bones": {
172
+ "default": [
173
+ {
174
+ "name": "Name",
175
+ "parent": "Parent",
176
+ "pivot": [
177
+ 1.0,
178
+ 2.0
179
+ ],
180
+ "tip": [
181
+ 1.0,
182
+ 2.0
183
+ ]
184
+ },
185
+ {
186
+ "name": "Name 2",
187
+ "parent": "Parent 2",
188
+ "pivot": [
189
+ 1.0,
190
+ 2.0
191
+ ],
192
+ "tip": [
193
+ 1.0,
194
+ 2.0
195
+ ]
196
+ }
197
+ ],
198
+ "description": "The skeleton (bind pose; FK chain via `parent` names).",
199
+ "items": {
200
+ "properties": {
201
+ "name": {
202
+ "name": "name",
203
+ "required": true,
204
+ "type": "string"
205
+ },
206
+ "parent": {
207
+ "name": "parent",
208
+ "required": true,
209
+ "type": "string"
210
+ },
211
+ "pivot": {
212
+ "items": {
213
+ "type": "number"
214
+ },
215
+ "name": "pivot",
216
+ "required": true,
217
+ "type": "array"
218
+ },
219
+ "tip": {
220
+ "items": {
221
+ "type": "number"
222
+ },
223
+ "name": "tip",
224
+ "required": true,
225
+ "type": "array"
226
+ }
227
+ },
228
+ "type": "object"
229
+ },
230
+ "label": "Bones",
231
+ "tier": "presentation",
232
+ "type": "[DrawSkinnedMeshBonesItem]"
233
+ },
234
+ "clip": {
235
+ "description": "Pose animation clip; with `frame`, pose = `frames[frame % frames.length]`.",
236
+ "label": "Clip",
237
+ "properties": {
238
+ "frames": {
239
+ "items": {
240
+ "items": {
241
+ "type": "number"
242
+ },
243
+ "type": "object"
244
+ },
245
+ "name": "frames",
246
+ "required": true,
247
+ "type": "array"
248
+ }
249
+ },
250
+ "tier": "presentation",
251
+ "type": "DrawSkinnedMeshClip"
252
+ },
253
+ "frame": {
254
+ "description": "Clip frame counter (host-driven paint clock frame).",
255
+ "label": "Frame",
256
+ "tier": "presentation",
257
+ "type": "number"
258
+ },
259
+ "ghost": {
260
+ "description": "Onion skin: render the mesh at this clip frame underneath, at this opacity.",
261
+ "label": "Ghost",
262
+ "properties": {
263
+ "frame": {
264
+ "name": "frame",
265
+ "required": true,
266
+ "type": "number"
267
+ },
268
+ "opacity": {
269
+ "name": "opacity",
270
+ "required": true,
271
+ "type": "number"
272
+ }
273
+ },
274
+ "tier": "presentation",
275
+ "type": "DrawSkinnedMeshGhost"
276
+ },
277
+ "mesh": {
278
+ "description": "Inline bind mesh; wins over `meshUrl`.",
279
+ "label": "Mesh",
280
+ "properties": {
281
+ "triangles": {
282
+ "items": {
283
+ "items": {
284
+ "type": "number"
285
+ },
286
+ "type": "array"
287
+ },
288
+ "name": "triangles",
289
+ "required": true,
290
+ "type": "array"
291
+ },
292
+ "vertices": {
293
+ "items": {
294
+ "properties": {
295
+ "u": {
296
+ "name": "u",
297
+ "required": true,
298
+ "type": "number"
299
+ },
300
+ "v": {
301
+ "name": "v",
302
+ "required": true,
303
+ "type": "number"
304
+ },
305
+ "weights": {
306
+ "items": {
307
+ "properties": {
308
+ "bone": {
309
+ "name": "bone",
310
+ "required": true,
311
+ "type": "number"
312
+ },
313
+ "w": {
314
+ "name": "w",
315
+ "required": true,
316
+ "type": "number"
317
+ }
318
+ },
319
+ "type": "object"
320
+ },
321
+ "name": "weights",
322
+ "required": true,
323
+ "type": "array"
324
+ },
325
+ "x": {
326
+ "name": "x",
327
+ "required": true,
328
+ "type": "number"
329
+ },
330
+ "y": {
331
+ "name": "y",
332
+ "required": true,
333
+ "type": "number"
334
+ }
335
+ },
336
+ "type": "object"
337
+ },
338
+ "name": "vertices",
339
+ "required": true,
340
+ "type": "array"
341
+ }
342
+ },
343
+ "tier": "presentation",
344
+ "type": "DrawSkinnedMeshMesh"
345
+ },
346
+ "meshUrl": {
347
+ "description": "URL of a JSON `SkinMesh` (fetched + cached); used when `mesh` is absent.",
348
+ "label": "Mesh Url",
349
+ "tier": "presentation",
350
+ "type": "string"
351
+ },
352
+ "opacity": {
353
+ "description": "0..1 opacity.",
354
+ "label": "Opacity",
355
+ "tier": "presentation",
356
+ "type": "number"
357
+ },
358
+ "pose": {
359
+ "default": {
360
+ "item": 1.0
361
+ },
362
+ "description": "Static pose (bone name → degrees relative to bind). Overridden by `clip` + `frame`.",
363
+ "items": {
364
+ "type": "number"
365
+ },
366
+ "label": "Pose",
367
+ "tier": "presentation",
368
+ "type": "Map<string,number>"
369
+ },
370
+ "position": {
371
+ "default": {
372
+ "x": 1.0,
373
+ "y": 1.0,
374
+ "z": 1.0
375
+ },
376
+ "description": "Logical scene position; mesh local coords are world units relative to its projected top-left.",
377
+ "label": "Position",
378
+ "properties": {
379
+ "x": {
380
+ "name": "x",
381
+ "required": true,
382
+ "type": "number"
383
+ },
384
+ "y": {
385
+ "name": "y",
386
+ "required": true,
387
+ "type": "number"
388
+ },
389
+ "z": {
390
+ "name": "z",
391
+ "required": false,
392
+ "type": "number"
393
+ }
394
+ },
395
+ "tier": "presentation",
396
+ "type": "DrawSkinnedMeshPosition"
397
+ },
398
+ "weightsOverlay": {
399
+ "description": "Paint per-triangle dominant-bone colors instead of the texture (rig inspection).",
400
+ "label": "Weights Overlay",
401
+ "tier": "presentation",
402
+ "type": "boolean"
403
+ }
404
+ },
405
+ "effectRow": [
406
+ {
407
+ "kind": "render-ui",
408
+ "resource": "main"
409
+ }
410
+ ],
411
+ "entityContract": {
412
+ "provides": [],
413
+ "requires": []
414
+ },
415
+ "entityRebindable": true,
416
+ "entityRefIds": {
417
+ "DrawSkinnedMeshItem": "ent_01M2588YN3SJQ43YMGR99EG2WJ"
418
+ },
419
+ "id": "trt_01M2588YN3VK31Q6BRRDYMD5VQ",
420
+ "linkedEntity": "DrawSkinnedMeshItem",
421
+ "linkedEntityId": "ent_01M2588YN3SJQ43YMGR99EG2WJ",
422
+ "name": "DrawSkinnedMeshRender",
423
+ "scope": "instance",
424
+ "stateMachine": {
425
+ "events": [
426
+ {
427
+ "id": "evt_01M2588YN32G1WRQJ0GKMNAZZZ",
428
+ "key": "INIT",
429
+ "name": "Initialize"
430
+ }
431
+ ],
432
+ "states": [
433
+ {
434
+ "isInitial": true,
435
+ "name": "idle"
436
+ }
437
+ ],
438
+ "transitions": [
439
+ {
440
+ "effects": [
441
+ [
442
+ "render-ui",
443
+ "main",
444
+ {
445
+ "asset": "@config.asset",
446
+ "bones": "@config.bones",
447
+ "clip": "@config.clip",
448
+ "frame": "@config.frame",
449
+ "ghost": "@config.ghost",
450
+ "mesh": "@config.mesh",
451
+ "meshUrl": "@config.meshUrl",
452
+ "opacity": "@config.opacity",
453
+ "pose": "@config.pose",
454
+ "position": "@config.position",
455
+ "type": "draw-skinned-mesh",
456
+ "weightsOverlay": "@config.weightsOverlay"
457
+ }
458
+ ]
459
+ ],
460
+ "event": "INIT",
461
+ "eventId": "evt_01M2588YN32G1WRQJ0GKMNAZZZ",
462
+ "from": "idle",
463
+ "to": "idle"
464
+ }
465
+ ]
466
+ }
467
+ }
468
+ ],
469
+ "types": {
470
+ "DrawSkinnedMeshAsset": [
471
+ {
472
+ "name": "url",
473
+ "required": true,
474
+ "type": "asset"
475
+ },
476
+ {
477
+ "name": "role",
478
+ "required": true,
479
+ "type": "string"
480
+ },
481
+ {
482
+ "name": "category",
483
+ "required": true,
484
+ "type": "string"
485
+ },
486
+ {
487
+ "name": "animations",
488
+ "type": "[string]"
489
+ },
490
+ {
491
+ "name": "style",
492
+ "type": "string"
493
+ },
494
+ {
495
+ "name": "variant",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "name": "dimension",
500
+ "type": "string"
501
+ },
502
+ {
503
+ "name": "aspect",
504
+ "type": "string"
505
+ },
506
+ {
507
+ "name": "atlas",
508
+ "type": "asset"
509
+ },
510
+ {
511
+ "name": "sprite",
512
+ "type": "string"
513
+ },
514
+ {
515
+ "name": "name",
516
+ "type": "string"
517
+ },
518
+ {
519
+ "name": "thumbnailUrl",
520
+ "type": "string"
521
+ }
522
+ ],
523
+ "DrawSkinnedMeshBonesItem": [
524
+ {
525
+ "name": "name",
526
+ "required": true,
527
+ "type": "string"
528
+ },
529
+ {
530
+ "name": "parent",
531
+ "required": true,
532
+ "type": "string"
533
+ },
534
+ {
535
+ "name": "pivot",
536
+ "required": true,
537
+ "type": "[number]"
538
+ },
539
+ {
540
+ "name": "tip",
541
+ "required": true,
542
+ "type": "[number]"
543
+ }
544
+ ],
545
+ "DrawSkinnedMeshClip": [
546
+ {
547
+ "name": "frames",
548
+ "required": true,
549
+ "type": "[Map<string,number>]"
550
+ }
551
+ ],
552
+ "DrawSkinnedMeshGhost": [
553
+ {
554
+ "name": "frame",
555
+ "required": true,
556
+ "type": "number"
557
+ },
558
+ {
559
+ "name": "opacity",
560
+ "required": true,
561
+ "type": "number"
562
+ }
563
+ ],
564
+ "DrawSkinnedMeshMesh": [
565
+ {
566
+ "name": "vertices",
567
+ "properties": [
568
+ {
569
+ "name": "x",
570
+ "required": true,
571
+ "type": "number"
572
+ },
573
+ {
574
+ "name": "y",
575
+ "required": true,
576
+ "type": "number"
577
+ },
578
+ {
579
+ "name": "u",
580
+ "required": true,
581
+ "type": "number"
582
+ },
583
+ {
584
+ "name": "v",
585
+ "required": true,
586
+ "type": "number"
587
+ },
588
+ {
589
+ "name": "weights",
590
+ "properties": [
591
+ {
592
+ "name": "bone",
593
+ "required": true,
594
+ "type": "number"
595
+ },
596
+ {
597
+ "name": "w",
598
+ "required": true,
599
+ "type": "number"
600
+ }
601
+ ],
602
+ "required": true,
603
+ "type": "[object]"
604
+ }
605
+ ],
606
+ "required": true,
607
+ "type": "[object]"
608
+ },
609
+ {
610
+ "name": "triangles",
611
+ "required": true,
612
+ "type": "[[number]]"
613
+ }
614
+ ],
615
+ "DrawSkinnedMeshMeshVerticesItem": [
616
+ {
617
+ "name": "x",
618
+ "required": true,
619
+ "type": "number"
620
+ },
621
+ {
622
+ "name": "y",
623
+ "required": true,
624
+ "type": "number"
625
+ },
626
+ {
627
+ "name": "u",
628
+ "required": true,
629
+ "type": "number"
630
+ },
631
+ {
632
+ "name": "v",
633
+ "required": true,
634
+ "type": "number"
635
+ },
636
+ {
637
+ "name": "weights",
638
+ "properties": [
639
+ {
640
+ "name": "bone",
641
+ "required": true,
642
+ "type": "number"
643
+ },
644
+ {
645
+ "name": "w",
646
+ "required": true,
647
+ "type": "number"
648
+ }
649
+ ],
650
+ "required": true,
651
+ "type": "[object]"
652
+ }
653
+ ],
654
+ "DrawSkinnedMeshMeshVerticesItemWeightsItem": [
655
+ {
656
+ "name": "bone",
657
+ "required": true,
658
+ "type": "number"
659
+ },
660
+ {
661
+ "name": "w",
662
+ "required": true,
663
+ "type": "number"
664
+ }
665
+ ],
666
+ "DrawSkinnedMeshPosition": [
667
+ {
668
+ "name": "x",
669
+ "required": true,
670
+ "type": "number"
671
+ },
672
+ {
673
+ "name": "y",
674
+ "required": true,
675
+ "type": "number"
676
+ },
677
+ {
678
+ "name": "z",
679
+ "type": "number"
680
+ }
681
+ ]
682
+ }
683
+ }
684
+ ],
685
+ "schemaVersion": 1,
686
+ "version": "1.0.0"
687
+ }
@@ -112,6 +112,7 @@
112
112
  },
113
113
  {
114
114
  "default": 1.0,
115
+ "intrinsic": true,
115
116
  "name": "slotNumber",
116
117
  "type": "number"
117
118
  }