y : number Y position within the image to cut from. Source code: animation/Frame.js (Line 34)
x : number X position within the image to cut from. Source code: animation/Frame.js (Line 29)
width : number Width of the frame. Source code: animation/Frame.js (Line 39)
trimmed : boolean Was it trimmed when packed? Source code: animation/Frame.js (Line 82)
spriteSourceSizeY : number Y position of the trimmed sprite inside original sprite. Source code: animation/Frame.js (Line 104)
spriteSourceSizeX : number X position of the trimmed sprite inside original sprite. Source code: animation/Frame.js (Line 98)
spriteSourceSizeW : number Width of the trimmed sprite. Source code: animation/Frame.js (Line 110)
spriteSourceSizeH : number Height of the trimmed sprite. Source code: animation/Frame.js (Line 116)
sourceSizeW : number Width of the original sprite before it was trimmed. Source code: animation/Frame.js (Line 87)
sourceSizeH : number Height of the original sprite before it was trimmed. Source code: animation/Frame.js (Line 92)
Page 401 of 535