Compose static method

Matrix Compose(
  1. Vector3 scale,
  2. Quaternion rotation,
  3. Vector3 translation
)

Implementation

external static Matrix Compose(Vector3 scale, Quaternion rotation, Vector3 translation);