PIXI.loader .add('images/logo.png') .load(init); function init() { // 這裡代表資源都已載入完畢,可以使用'images/logo.png' 的Texture Cache 了 }
確定! 回上一頁