terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
Enumerator (ref NativeArray< T > array) | |
void | Dispose () |
bool | MoveNext () |
void | Reset () |
Properties | |
T | Current [get, set] |
object System.Collections.IEnumerator. | Current [get, set] |
Private Attributes | |
NativeArray< T > | m_Array |
int | m_Index |
Definition at line 187 of file NativeArray.cs.