matrix property

Matrix4 matrix
final

Fallback matrix for the web.

Because Canvas.drawAtlas is not supported on the web we also build a Matrix4 based on the transform values.

Implementation

final Matrix4 matrix;