Transform Type
An affine 2D transform expressed with motion-specific labels (deliberately NOT Scene's `X`/`Y`/`Width`/`Height`, to avoid bare-literal inference collisions). Identity is `TranslateX/Y = 0`, `ScaleX/Y = 1`, `RotationDegrees = 0`.
Record fields
| Record Field |
Description
|
Full Usage:
RotationDegrees
Field type: float
|
|
Full Usage:
ScaleX
Field type: float
|
|
Full Usage:
ScaleY
Field type: float
|
|
Full Usage:
TranslateX
Field type: float
|
|
Full Usage:
TranslateY
Field type: float
|
|