rapid-render
    Preparing search index...

    Interface ITextureOptions

    Options for configuring texture creation.

    interface ITextureOptions {
        antialias?: boolean;
        key?: string;
        wrap?: TextureWrapMode;
    }
    Index

    Properties

    Properties

    antialias?: boolean
    key?: string