struct MAGES::MeshDeformations::SubMeshIndexData

struct SubMeshIndexData
{
    // fields

    UnsafeAtomicCounter32 IndexCount;
    NativeArray Indices;

    // methods

    SubMeshIndexData(int indexCount, Allocator allocator);
    void Resize(int newSize);
    void Dispose();
};