Function Draw.PushSetMatrix

PushSetMatrix (Matrix4x4 matrix)

Multiply all coordinates until the next PopMatrix with the given matrix.

Public Static
PushSetMatrix (float4x4 matrix)

Multiply all coordinates until the next PopMatrix with the given matrix.

Public Static