Pawn.createTexturedQuad() method

Create a textured cube in given color.

Signature:

createTexturedQuad(images: any[], options?: {
        flipY?: boolean;
    }): void;

Parameters

ParameterDescription
imagesIt can be a single image or an array of images. In the latter case, the first two images will be mapped to the quad with blended overlaying effects.
options

Returns:

void

Remarks

The behaviour is undefined this function is called for a pawn which already has geometry.