大约有 54 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
...c/?nav=zh-ts-5-0-7 var mark = 0; if(Laya.Browser.onMiniGame){ Laya.Browser.window.wx.onMessage(function(data){//微信接受信息 if(data.url == "res/atlas/test.atlas" || data.url == "test/1.png" ||data.url == "test/2.png"||data.url == "test/3.png"){ mark ++; console.log("------data.url:" + JSON.st...
来源: Laya_社区 发布时间: 20190307
...ta = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99...
来源: Laya2.0_文档 发布时间: 20210715
...er无法调用alert()或者confirm之类的函数; Web Worker无法访问window、document之类的浏览器全局变量; workder 支持的函数 页面提供了一个 worker 支持的全局函数列表。开发者可以自己看下相应的方法。 方法概述 构造函数Worker() 该构造...
来源: Laya3.0_文档 发布时间: 20241014
...ta = '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99...
来源: Laya2.0_文档 发布时间: 20210715
...无法调用alert()或者confirm之类的函数; - Web Worker无法访问window、document之类的浏览器全局变量; [workder 支持的函数](https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers) 页面提供了一个 worker 支持的全局函数列表。开发者可...
来源: Laya2.0_文档 发布时间: 20210715
...无法调用alert()或者confirm之类的函数; - Web Worker无法访问window、document之类的浏览器全局变量; [workder 支持的函数](https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers) 页面提供了一个 worker 支持的全局函数列表。开发者可...
来源: Laya2.0_文档 发布时间: 20210715
...+ '</div>' + '</foreignObject>' + '</svg>'; var DOMURL = window.URL || window.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99...
来源: Laya3.0_文档 发布时间: 20241014
...sole.log("!____________________________________") var ProtoBuf = Browser.window.protobuf; // Laya.init(550, 400); ProtoBuf.load("res/protobuf/Login.proto", onAssetsLoaded); function onAssetsLoaded(err, root) { console.log("____________________________________") if (err) throw err; // Obtai...
来源: Laya_社区 发布时间: 20180704
...Config"; class Main { constructor() { //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); Laya.stage.scaleMode = GameConfig.scaleMode; Laya.stage.screenMode = GameConfig.screenMod...
来源: Laya2.0_文档 发布时间: 20210715
...Config"; class Main { constructor() { //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); Laya["Physics"] && Laya["Physics"].enable(); Laya["DebugPanel"] && Laya["DebugPanel"].ena...
来源: Laya2.0_文档 发布时间: 20210715