Type alias DebugDrawerPrimitive

DebugDrawerPrimitive: {
    type: DebugDrawerPrimitiveType;
    vertices: [x: number, y: number, z: number, r: number, g: number, b: number, a: number][];
}

Type declaration