transformMatrix property
Matrix4
get
transformMatrix
The total transformation matrix for the component. This matrix combines translation, rotation and scale transforms into a single entity. The matrix is cached and gets recalculated only as necessary.
Implementation
Matrix4 get transformMatrix => transform.transformMatrix;