You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {number} config.frameWidth - The fixed width of each frame.
108
+
* @param {number} [config.frameHeight] - The fixed height of each frame. If not set it will use the frameWidth as the height.
109
+
* @param {number} [config.startFrame=0] - Skip a number of frames. Useful when there are multiple sprite sheets in one Texture.
110
+
* @param {number} [config.endFrame=-1] - The total number of frames to extract from the Sprite Sheet. The default value of -1 means "extract all frames".
111
+
* @param {number} [config.margin=0] - If the frames have been drawn with a margin, specify the amount here.
112
+
* @param {number} [config.spacing=0] - If the frames have been drawn with spacing between them, specify the amount here.
0 commit comments