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

◆ _SetStatic< FieldType >()

void UnityEngine.AndroidJavaObject._SetStatic< FieldType > ( string fieldName,
FieldType val )
inlineprotected

Definition at line 393 of file AndroidJavaObject.cs.

394 {
395 IntPtr intPtr = this.m_jclass;
396 Type type;
397 bool flag = AndroidReflection.IsPrimitive(type);
398 }
class f__AnonymousType0<< Count > j__TPar
bool IsPrimitive
Definition Type.cs:780

References UnityEngine.AndroidReflection.IsPrimitive(), j__TPar, and UnityEngine.AndroidJavaObject.m_jclass.