terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CreateScale() [6/6]

static void Microsoft.Xna.Framework.Matrix.CreateScale ( Vector3 scales,
[Out] Matrix result )
inlinestatic

Definition at line 786 of file Matrix.cs.

787 {
788 if (!true)
789 {
790 }
791 if (!true)
792 {
793 }
794 float y = scales.Y;
795 result.M22 = y;
796 float z = scales.Z;
797 result.M33 = z;
798 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.