Class Transform
Hierarchy
-
PropertyGroup
- Transform
Index
Constructors
Properties
Constructors
constructor
-
Returns Transform
Properties
Readonly anchorPoint
Readonly name
The name of the property group, e.g. "Transform"
Readonly numProperties
The number of properties in the group
Readonly opacity
The opacity of the layer, as a percentage.
Optional Readonly orientation
Returns the 3D orientation value, in degrees, for a 3D layer.
Readonly position
The position value of the layer, in world space if the layer has no parent. If the layer has a parent, it returns the position value of the layer in the coordinate system of the parent layer (in the layer space of the parent layer).
Readonly rotation
Returns the rotation value of the layer in degrees. For a 3D layer, it returns the z rotation value in degrees.
Optional Readonly rotationX
Returns the x rotation value, in degrees, for a 3D layer.
Optional Readonly rotationY
Returns the y rotation value, in degrees, for a 3D layer.
Optional Readonly rotationZ
Returns the z rotation value, in degrees, for a 3D layer.
Readonly scale
The scale value of the layer, expressed as a percentage.
Readonly xPosition
The x position value of the layer, in world space if the layer has no parent. If the layer has a parent, it returns the position value of the layer in the coordinate system of the parent layer (in the layer space of the parent layer).
Readonly yPosition
The y position value of the layer, in world space if the layer has no parent. If the layer has a parent, it returns the position value of the layer in the coordinate system of the parent layer (in the layer space of the parent layer).
Readonly zPosition
The z position value of the layer, in world space if the layer has no parent. If the layer has a parent, it returns the position value of the layer in the coordinate system of the parent layer (in the layer space of the parent layer).
Generated using TypeDoc

The anchor point value of the layer in the coordinate system of the layer (layer space).