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

◆ Instantiate< T >() [2/2]

static T UnityEngine.Object.Instantiate< T > ( T original,
Vector3 position,
Quaternion rotation )
inlinestaticinherited
Type Constraints
T :Object 

Definition at line 140 of file Object.cs.

140 : Object
141 {
142 Object @object;
143 do
144 {
145 if (!true)
146 {
147 }
148 if (@object == null)
149 {
150 return;
151 }
152 }
153 while (@object != null);
154 throw new InvalidCastException();
155 }