|
8331 | 8331 | "{int} `itemId` Scene Item ID.",
|
8332 | 8332 | "{double} `position.x` The x position of the source from the left.",
|
8333 | 8333 | "{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.", |
8335 | 8335 | "{double} `rotation` The clockwise rotation of the item in degrees around the point of alignment.",
|
8336 | 8336 | "{double} `scale.x` The x-scale factor of the source.",
|
8337 | 8337 | "{double} `scale.y` The y-scale factor of the source.",
|
|
8350 | 8350 | "{int} `sourceHeight` Base source (without scaling) of the source",
|
8351 | 8351 | "{double} `width` Scene item width (base source width multiplied by the horizontal scaling factor)",
|
8352 | 8352 | "{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.", |
8354 | 8353 | "{String (optional)} `parentGroupName` Name of the item's parent (if this item belongs to a group)",
|
8355 | 8354 | "{Array<SceneItemTransform> (optional)} `groupChildren` List of children (if this item is a group)"
|
8356 | 8355 | ],
|
|
8382 | 8381 | {
|
8383 | 8382 | "type": "int",
|
8384 | 8383 | "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." |
8386 | 8385 | },
|
8387 | 8386 | {
|
8388 | 8387 | "type": "double",
|
|
8474 | 8473 | "name": "height",
|
8475 | 8474 | "description": "Scene item height (base source height multiplied by the vertical scaling factor)"
|
8476 | 8475 | },
|
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 |
| - }, |
8482 | 8476 | {
|
8483 | 8477 | "type": "String (optional)",
|
8484 | 8478 | "name": "parentGroupName",
|
|
0 commit comments