Layer transofrm properties for Script Engine . Read the documentation for more info.
|
float | AnchorPointX [get, set] |
| X coordinate used in rotation transformation.
|
|
float | AnchorPointY [get, set] |
| Y coordinate used in rotation transformation.
|
|
float | PositionX [get, set] |
| X coordinate for positioning layer in the scene.
|
|
float | PositionY [get, set] |
| Y coordinate for positioning layer in the scene.
|
|
float | ScaleX [get, set] |
| Scale X (width) in %.
|
|
bool | ScaleLocked [get, set] |
| Locks both ScaleX and ScaleY. Useful in scenarios where scaling must be proportional.
|
|
float | ScaleY [get, set] |
| Scale Y (height) in %.
|
|
float | Rotation [get, set] |
| Rotates the layer around its anchor point. See AnchorPointX and AnchorPointY.
|
|
float | Opacity [get, set] |
| layer transparency. [min = 0, max = 100].
|
|