Home

constant: RENDERER_TYPE


  {
    "comment": "/**\n * Constant to identify the Renderer Type.\n *\n * @static\n * @constant\n * @memberof PIXI\n * @name RENDERER_TYPE\n * @type {object}\n * @property {number} UNKNOWN - Unknown render type.\n * @property {number} WEBGL - WebGL render type.\n * @property {number} CANVAS - Canvas render type.\n */",
    "meta": {
        "range": [
            618,
            907
        ],
        "filename": "const.js",
        "lineno": 42,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core",
        "code": {}
    },
    "description": "

Constant to identify the Renderer Type.

", "scope": "static", "kind": "constant", "memberof": "PIXI", "name": "RENDERER_TYPE", "type": { "names": [ "object" ] }, "properties": [ { "type": { "names": [ "number" ] }, "description": "

Unknown render type.

", "name": "UNKNOWN" }, { "type": { "names": [ "number" ] }, "description": "

WebGL render type.

", "name": "WEBGL" }, { "type": { "names": [ "number" ] }, "description": "

Canvas render type.

", "name": "CANVAS" } ], "longname": "PIXI.RENDERER_TYPE", "___id": "T000002R007106", "___s": true, "filepath": "core\\const.js" }