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

◆ Right

Vector3 Microsoft.Xna.Framework.Matrix.Right
getset

Definition at line 99 of file Matrix.cs.

100 {
101 get
102 {
103 float m = this.M11;
104 float m2 = this.M12;
105 float m3 = this.M13;
106 Vector3 vector;
107 return vector;
108 }
109 set
110 {
111 }
112 }
class f__AnonymousType0<< Count > j__TPar