Home

typedef: FrameObject


  {
    "comment": "/**\n * @typedef FrameObject\n * @type {object}\n * @property {PIXI.Texture} texture - The {@link PIXI.Texture} of the frame\n * @property {number} time - the duration of the frame in ms\n */",
    "meta": {
        "range": [
            66,
            252
        ],
        "filename": "AnimatedSprite.js",
        "lineno": 5,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\extras",
        "code": {}
    },
    "kind": "typedef",
    "name": "FrameObject",
    "type": {
        "names": [
            "object"
        ]
    },
    "properties": [
        {
            "type": {
                "names": [
                    "PIXI.Texture"
                ]
            },
            "description": "

The {@link PIXI.Texture} of the frame

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

the duration of the frame in ms

", "name": "time" } ], "longname": "FrameObject", "scope": "global", "___id": "T000002R011780", "___s": true, "filepath": "extras\\AnimatedSprite.js" }