大约有 3,244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0086 秒)
Laya_社区(2446) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(77) Laya_示例(52) Laya2.0_示例(18)
...eTexSet gid : int = -1唯一标识TileTexSet isAnimation : Boolean = falsetrue表示当前纹理,是一组动画,false表示当前只有一个纹理TileTexSet offX : int = 0纹理显示时的坐标偏移XTileTexSet offY : int = 0纹理显示时的坐标偏移YTileTexSet texture : ...
来源: laya_api 发布时间: 20170929
...ouseEnable 设置为 true ,接收鼠标点击 onAwake() { this.isClick = false; //对舞台stage添加点击事件(这里由于有scene的缘故,点击空白处返回的对象是scene) Laya.stage.on(Laya.Event.CLICK,this,function(e) { if(e.target.name == "scene的名字") { this.isClick = tr...
来源: Laya_社区 发布时间: 20210122
...在主域中自动将加载的文本数据自动传递到子域,默认 false * @param isSon 是否是子域,默认为false */ static init(isPosMsg?:boolean,isSon?:boolean): void; } } 类库版本:1.7.17里面能看到有很多内容 是不是出bug了? 另外as版本的技术...
来源: Laya_社区 发布时间: 20180612
...t方法 而start方法的开头就是一个判断_enabled参数是否为false的判断,为true就什么都不执行 但是停止之后计时器停了_enabled还是为true,导致怎么调用start和enable都无法再次开启内部计时器 自己可以调用step开启物理系统但是无法...
来源: Laya_社区 发布时间: 20190612
...eate(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); } 输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.625153688524590...
来源: Laya_社区 发布时间: 20180619
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...— 如果 Rectangle 对象包含指定的点,则值为 true;否则为 false。 copyFrom()method public function copyFrom(source:Rectangle):Rectangle 复制 source 对象的属性值到此矩形对象中。 Parameters source:Rectangle — 源 Rectangle 对象。 ReturnsRectangle — 返回属...
来源: laya_api 发布时间: 20170929
...下属性,控制外部Panel this.my_panel.vScrollBar.touchScrollEnable=false; this.my_panel.vScrollBar.mouseWheelEnable=false; 请问Laya的Panel控件有其他属性,可以简单处理这种问题吗? 2018-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180103
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
... /system/lib/libart.so (art::JValue art::interpreter::ExecuteSwitchImpl<false, false>(art::Thread*, art::DexFile::CodeItem const*, art::ShadowFrame&, art::JValue)+62039) [x86] 6 #05 pc b27cb9b4 <unknown> native版本 2.5.0 引擎版本2.5.0 2020-08-14 添加评论 免费...
来源: Laya_社区 发布时间: 20200814