Handles.matrix
static var matrix: Matrix4x4;
static Matrix4x4 matrix;
static matrix as Matrix4x4
Description

Matrix for all handle operations.

To make all Handle routines work in an Object's local coordinate space, set this to Transform.localToWorldMatrix.