Function Draw.PushMatrix

PushMatrix (Matrix4x4 matrix)

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

Public Static
PushMatrix (float4x4 matrix)

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

Public Static