RenderSchedule.TransformProps Interface
JSON representation of a Transform associated with a TransformEntryProps.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| transform | number[][] | undefined | 3 X 4 transformation matrix containing 3 arrays of matrix rows consisting of 4 numbers each: [qx qy qz ax] | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| orientation Inherited | number[] | undefined | RenderSchedule.TransformComponentsProps | Quaternion representing rotation. | 
| pivot Inherited | number[] | undefined | RenderSchedule.TransformComponentsProps | (x, y, z) of pivot - applied before rotation. | 
| position Inherited | number[] | undefined | RenderSchedule.TransformComponentsProps | (x, y, z) of position - applied after rotation. | 
Defined in
- core/common/src/RenderSchedule.ts Line 125
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.