大约有 3,990 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0063 秒)
Laya_社区(2836) Laya2.0_文档(369) Laya2.0_api(225) laya_api(169) Laya_示例(157) Laya2.0_示例(117) Laya3.0_api(62) Laya3.0_文档(55)
...define && false) // define([], e); // else { var f; "undefined" != typeof window ? f = window : "undefined" != typeof global ? f = global : "undefined" != typeof self && (f = self), f.CANNON = e() // } } 2018-11-01 0 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20180731
...序API 用二的幂次方图集和非二的幂次方图集区别在哪? var 与 name 的详细区别是什么? 请问下加载TFF字体要怎么加载呢? 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 从unity导出的场景透贴和模型烘焙...
来源: Laya_社区 发布时间: 20170328
...图集区别在哪? 缓动Tween能用在3D物体或者特效上面吗? var 与 name 的详细区别是什么? 真机调试报错:LayaPlayer不支持的标签</SCRIPT> Laya.Handler.create和new Laya.Handler有啥区别 Dialog和View用destroy和Laya.stage.removeChild有什么区别? Gra...
来源: Laya_社区 发布时间: 20180426
... public function get currentPlayTime():NumberisCacheproperty public var isCache:Boolean是否为缓存模式。pausedproperty paused:Boolean 获取当前是否暂停 Implementation public function get paused():Boolean public function set paused(value:Boolean):voidplaybackRatepr...
来源: laya_api 发布时间: 20170929
...外加载吗?你的意思是一个一个加载,不要用数组吗? var tArray= [ {url:"res/atlas/comp.atlas",type:Laya.Loader.ATLAS}, {url:"res/atlas/texture.atlas",type:Laya.Loader.ATLAS}, {url:"texture/bg_公告底.png",type:Laya.Loader.IMAGE}, {url:"textur...
来源: Laya_社区 发布时间: 20180325
...shander精度导致的。临时修改方法是在 laya.core.js中搜索 'var texture_ps =' 这个后面对应的字符串把 #ifdef GL_FRAGMENT_PRECISION_HIGH 换成 #if defined(GL_FRAGMENT_PRECISION_HIGH) 2020-09-10 1 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...
来源: Laya_社区 发布时间: 20200908
...7-04-07 14:52 @sky_fly:你的感觉是错的,添加标签类似如下: var script = document.createElement("script"); document.head.appendChild(script); 检查下你的逻辑代码有没有问题。 sky_fly • 2017-04-07 15:35 @yudicoming:发布以前测试是好的,发布后那个s...
来源: Laya_社区 发布时间: 20170407
...lic static setGray(node: Laya.Node, set: boolean) { for (var i = 0; i < node.numChildren; i++) { let sprite = node.getChildAt(i) as Laya.Sprite; if (sprite) { //if (sprite instanceof Laya.Text) { ...
来源: Laya_社区 发布时间: 20170717
...2 人 vincent • 2017-03-21 17:41 //class common.dataModule.DataSingleton var DataSingleton=(function(){ function DataSingleton(){}; __class(DataSingleton,'common.dataModule.DataSingleton'); DataSingleton.dxMerchantID=20000020; DataSingleton.dxAccount=null DataSingleton.dxUid=null DataSingleton.ava...
来源: Laya_社区 发布时间: 20170321
..., 这是什么问题呢,,是我设置的错了吗? 直接调用 var box = new Laya.MeshSprite3D(new Laya.BoxMesh(1,1,1)); //将3D对象加载到scene中(一定要加入到场景) Scene3DManager.getInstance().nowScene.addChild( box ); this._ani.linkSprite3DToAvatarNode("RHand",box); lin...
来源: Laya_社区 发布时间: 20181010