class FileARMesh (Niantic.ARDK.AR.Mesh.FileARMesh)

class FileARMesh: Niantic.ARDK.AR.Mesh.IARMesh {
public:
    // properties

    IReadOnlyDictionary<Vector3Int, MeshBlock> Blocks;
    int MeshBlockCount;
    ArdkEventHandler<MeshBlocksClearedArgs> MeshBlocksCleared;
    float MeshBlockSize;
    ArdkEventHandler<MeshBlocksUpdatedArgs> MeshBlocksUpdated;
    int MeshFaceCount;
    int MeshVersion;
    int MeshVertexCount;

    // methods

    FileARMesh(string path);
};

Inherited Members

public:
    // properties

    IReadOnlyDictionary<Vector3Int, MeshBlock> Blocks;
    int MeshBlockCount;
    float MeshBlockSize;
    int MeshFaceCount;
    int MeshVersion;
    int MeshVertexCount;

    // events

    event MeshBlocksCleared();
    event MeshBlocksUpdated();