D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 100 XTexture.pinstance_.ximages[rid].stat = 1; 108 if (this.ximages[rid].stat != 1) { 174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 196 stat: 1, property
|