• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 585 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)

401. laya.ui.FontClip_API3.0 [ 63%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

来源: Laya3.0_api 发布时间: 20231115

402. laya.ui.AdvImage_API3.0 [ 63%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

来源: Laya3.0_api 发布时间: 20231102

403. laya.display.Animation_API3.0 [ 63%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

来源: Laya3.0_api 发布时间: 20231115

404. 模型资源释放 [ 63%]

...放表完成后**/ private function onAssetsOK(assetsUrl:String):void { //获取加载数据(Json数组转化成数组) var arr:Array=Laya.loader.getRes(assetsUrl); for(var i:int=arr.length-1;i>-1;i--) { //根据资源路径获取资源(Resource为材质、贴图、网格等基类) ...

来源: Laya_社区 发布时间: 20170904

405. Layabox入门到精通视频教程 [ 63%]

...排行榜 为什么laya.pathfinding.js里面Grid,通过Laya.Grid竟然获取不到?有laya.pathfinding.js使用教程吗?API中没有找到。 layabox写好程序可以打包成windows安装包吗? Runtime照着视频做运行不了,求解 laya Native播放视频 Layabox 可不可...

来源: Laya_社区 发布时间: 20190227

406. laya.ui.WXOpenDataViewer_API3.0 [ 62%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

来源: Laya3.0_api 发布时间: 20231102

407. laya.ui.Radio_API3.0 [ 62%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Te...

来源: Laya3.0_api 发布时间: 20231115

408. 列表组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 62%]

... class MyItem extends Laya.GButton { //注意!在onConstruct里才可以获取子对象,建议在这里做初始化,不要在构造函数里做初始化 onConstruct() { //this.xx = this.getChild("xx"); //this.xx.on(Laya.Event.CLICK, this, this.onClick); } sayHello() { console.log("Hello from M...

来源: Laya3.0_文档 发布时间: 20251128

409. laya.ani.swf.MovieClip [ 62%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  basePath : String资源根目录。MovieClip blendMode : String指定要使用混合...

来源: laya_api 发布时间: 20170929

410. 分享:为List组件下Item(Box)下Button(或其他组件)进行监听! [ 62%]

...就是可以取e.target进行判断那个,在这种方式下,还能获取到么 2017-11-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cuixueying 相关问题 分享:LayaAir下Loading进度条制作(ActionScript 3.0) ...

来源: Laya_社区 发布时间: 20170513