Skip to content

Commit e794762

Browse files
author
Azure CI
committed
docs(ci): Update protocol.md - 9999b30 [skip ci]
1 parent 9999b30 commit e794762

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

docs/generated/comments.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -8331,7 +8331,7 @@
83318331
"{int} `itemId` Scene Item ID.",
83328332
"{double} `position.x` The x position of the source from the left.",
83338333
"{double} `position.y` The y position of the source from the top.",
8334-
"{int} `position.alignment` The point on the source that the item is manipulated from.",
8334+
"{int} `position.alignment` The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis.",
83358335
"{double} `rotation` The clockwise rotation of the item in degrees around the point of alignment.",
83368336
"{double} `scale.x` The x-scale factor of the source.",
83378337
"{double} `scale.y` The y-scale factor of the source.",
@@ -8350,7 +8350,6 @@
83508350
"{int} `sourceHeight` Base source (without scaling) of the source",
83518351
"{double} `width` Scene item width (base source width multiplied by the horizontal scaling factor)",
83528352
"{double} `height` Scene item height (base source height multiplied by the vertical scaling factor)",
8353-
"{int} `alignment` The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis.",
83548353
"{String (optional)} `parentGroupName` Name of the item's parent (if this item belongs to a group)",
83558354
"{Array<SceneItemTransform> (optional)} `groupChildren` List of children (if this item is a group)"
83568355
],
@@ -8382,7 +8381,7 @@
83828381
{
83838382
"type": "int",
83848383
"name": "position.alignment",
8385-
"description": "The point on the source that the item is manipulated from."
8384+
"description": "The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis."
83868385
},
83878386
{
83888387
"type": "double",
@@ -8474,11 +8473,6 @@
84748473
"name": "height",
84758474
"description": "Scene item height (base source height multiplied by the vertical scaling factor)"
84768475
},
8477-
{
8478-
"type": "int",
8479-
"name": "alignment",
8480-
"description": "The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis."
8481-
},
84828476
{
84838477
"type": "String (optional)",
84848478
"name": "parentGroupName",

docs/generated/protocol.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3357,7 +3357,7 @@ Coordinates are relative to the item's parent (the scene or group it belongs to)
33573357
| `itemId` | _int_ | Scene Item ID. |
33583358
| `position.x` | _double_ | The x position of the source from the left. |
33593359
| `position.y` | _double_ | The y position of the source from the top. |
3360-
| `position.alignment` | _int_ | The point on the source that the item is manipulated from. |
3360+
| `position.alignment` | _int_ | The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis. |
33613361
| `rotation` | _double_ | The clockwise rotation of the item in degrees around the point of alignment. |
33623362
| `scale.x` | _double_ | The x-scale factor of the source. |
33633363
| `scale.y` | _double_ | The y-scale factor of the source. |
@@ -3376,7 +3376,6 @@ Coordinates are relative to the item's parent (the scene or group it belongs to)
33763376
| `sourceHeight` | _int_ | Base source (without scaling) of the source |
33773377
| `width` | _double_ | Scene item width (base source width multiplied by the horizontal scaling factor) |
33783378
| `height` | _double_ | Scene item height (base source height multiplied by the vertical scaling factor) |
3379-
| `alignment` | _int_ | The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis. |
33803379
| `parentGroupName` | _String (optional)_ | Name of the item's parent (if this item belongs to a group) |
33813380
| `groupChildren` | _Array&lt;SceneItemTransform&gt; (optional)_ | List of children (if this item is a group) |
33823381

0 commit comments

Comments
 (0)