clik-engine API
    Preparing search index...

    Type Alias GenerateVertsResult

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

    Properties

    Properties

    faces: Phaser.Geom.Mesh.Face[]

    An array of Face objects generated from the OBJ Data.

    vertices: Phaser.Geom.Mesh.Vertex[]

    An array of Vertex objects generated from the OBJ Data.