大约有 3,990 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0090 秒)
Laya_社区(2836) Laya2.0_文档(369) Laya2.0_api(225) laya_api(169) Laya_示例(157) Laya2.0_示例(117) Laya3.0_api(62) Laya3.0_文档(55)
...m/s"); } // 获取位置失败后触发 function onError(err:Error):void { var errType:String; if (err.code = Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (err.code == Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (err.code == Geolocation.TIMEOU...
来源: Laya2.0_文档 发布时间: 20210715
...m/s"); } // 获取位置失败后触发 function onError(err:Error):void { var errType:String; if (err.code = Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (err.code == Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (err.code == Geolocation.TIMEOU...
来源: Laya2.0_文档 发布时间: 20210715
...em/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore and /private/var/mobile/Containers/Bundle/Application/6815AAA5-5DD9-4F5E-B035-86F46C8BD87F/layabox.app/layabox. One of the two will be used. Which one is undefined. 2017-11-27 16:20:55.044 layabox[644:298297] 当前应用软件版本:2.2 ...
来源: Laya_社区 发布时间: 20171127
...发生变化后调度。Component3DProperty Detail_playerpropertyprotected var _player:AnimationPlayer动画播放器。currentAnimationClipIndexproperty currentAnimationClipIndex:int [read-only] 获取播放器的动画索引。 Implementation public function get currentAnimationClipInd...
来源: laya_api 发布时间: 20170929
...该值设为true。 注意complete()是Tween对象方法,你要这样 var tween:Tween = Laya.Tween.to(...); tween.complete(); 2017-11-22 1 0 分享 微博 QZONE 微信 wudi199553 赞同来自: http://ldc.layabox.com/doc/?nav=zh-js-1-5-1,这个是关于啊缓动的用法,因为你没给我...
来源: Laya_社区 发布时间: 20171122
...来自: function begingame(){ console.log("开始游戏"); var Tween = Laya.Tween; gamebox.x = Laya.Browser.width; gamebox.visible = true; Laya.stage.addChild(gamebox); // Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,); Tween.to(beginbox,{x:...
来源: Laya_社区 发布时间: 20170104
.... 3. 生成manifest.json后 这个放到那里用呢? 试过这样不行 var manifest = { "v0.0.0.08a\/.DS_Store": "0.0.0.08a", "v0.0.0.08a\/CommonUI\/.DS_Store": "0.0.0.08a", "v0.0.0.08a\/CommonUI\/game\/01_1.png": "0.0.0.08a", "v0....
来源: Laya_社区 发布时间: 20181127
... public function get canRead():Booleancreateproperty public static var create:Function 创建VertexBuffer3D。 vertexCountproperty vertexCount:int [read-only] 获取顶点个数。 Implementation public function get vertexCount():intvertexDeclarationproperty vertexDeclaration:Ve...
来源: laya_api 发布时间: 20170929
... { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#ffffff"; var sp : Label = new Label("hello world"); //sp.fontSize = 55; sp.pos(100, 100) ; //sp.color = "#000000"; Laya.stage.addChild(sp); } } } chrome 下查看源代码 <html> <head> <meta charset='utf-8'/> <ti...
来源: Laya_社区 发布时间: 20170711
...***260 赞同来自: 附件已上传 微信和laya都是最新版 461行 var rankTexture = new Texture(window.sharedCanvas); 报错 用法参考的是 https://ask.layabox.com/question/12349 xiaosong的文档 wxgame.rar 2018-03-28 0 0 分享 微博 QZONE 微信 liuxshwin 赞同来自: @Gaomengqi...
来源: Laya_社区 发布时间: 20180328