phaser - v3.90.0
    Preparing search index...
    type Vertex = {
        alpha: number;
        normalX: number;
        normalY: number;
        normalZ: number;
        u: number;
        v: number;
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    alpha: number

    The alpha value of the vertex.

    normalX: number

    The x normal of the vertex.

    normalY: number

    The y normal of the vertex.

    normalZ: number

    The z normal of the vertex.

    u: number

    UV u texture coordinate of the vertex.

    v: number

    UV v texture coordinate of the vertex.

    x: number

    The x coordinate of the vertex.

    y: number

    The y coordinate of the vertex.

    z: number

    The z coordinate of the vertex.