phaser - v3.90.0
    Preparing search index...

    Type Alias GenerateVertsResult

    type GenerateVertsResult = {
        faces: Geom.Mesh.Face[];
        vertices: Geom.Mesh.Vertex[];
    }
    Index

    Properties

    Properties

    faces: Geom.Mesh.Face[]

    An array of Face objects generated from the OBJ Data.

    vertices: Geom.Mesh.Vertex[]

    An array of Vertex objects generated from the OBJ Data.