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
Unity.Collections.NativeArray< T > Struct Template Reference
+ Inheritance diagram for Unity.Collections.NativeArray< T >:

Classes

struct  Enumerator
 

Public Member Functions

void Dispose ()
 
NativeArray< T >.Enumerator GetEnumerator ()
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
bool Equals (NativeArray< T > other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
bool Equals (T other)
 

Static Public Member Functions

static void Copy (T[] src, int srcIndex, NativeArray< T > dst, int dstIndex, int length)
 

Package Attributes

unsafe voidm_Buffer
 
int m_Length
 
Allocator m_AllocatorLabel
 

Properties

int Length [get]
 
this[int index] [get, set]
 

Detailed Description

Type Constraints
T :struct 

Definition at line 19 of file NativeArray.cs.


The documentation for this struct was generated from the following file: