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

◆ SetIndexBufferData< T >()

void UnityEngine.Mesh.SetIndexBufferData< T > ( T[] data,
int dataStart,
int meshBufferStart,
int count,
MeshUpdateFlags flags = MeshUpdateFlags::Default )
inline
Type Constraints
T :struct 

Definition at line 499 of file Mesh.cs.

499 : struct
500 {
501 bool canAccess = this.canAccess;
502 bool flag = UnsafeUtility.IsArrayBlittable(data);
503 this.InternalSetIndexBufferDataFromArray(data, dataStart, meshBufferStart, count, flag ? 1 : 0, flags);
504 }
class f__AnonymousType0<< Count > j__TPar
void InternalSetIndexBufferDataFromArray(Array data, int dataStart, int meshBufferStart, int count, int elemSize, MeshUpdateFlags flags)
Definition Mesh.cs:44
bool canAccess
Definition Mesh.cs:115

References UnityEngine.Mesh.canAccess, System.count, UnityEngine.Mesh.InternalSetIndexBufferDataFromArray(), Unity.Collections.LowLevel.Unsafe.UnsafeUtility.IsArrayBlittable(), and j__TPar.