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

◆ _Set< FieldType >()

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

Definition at line 329 of file AndroidJavaObject.cs.

330 {
331 IntPtr intPtr = this.m_jclass;
332 Type type;
333 bool flag = AndroidReflection.IsPrimitive(type);
334 }
class f__AnonymousType0<< Count > j__TPar
bool IsPrimitive
Definition Type.cs:780

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