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

大约有 3,518 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0088 秒)

711. 关于timeline结束的问题 [ 73%]

...y.getChildAt(i); if (child.name === 'lightDottedActive') { child.visible = true; child.alpha = 0; timeline .addLabel('lightDotted', 0) .to(child, { alpha: 1 }, 200, Ease.linearIn) .to(child, { alpha: 0 }, 200, Ease.linearIn) } } timeline.play(0, true); timeline.on(Event.COMPLETE, this, function () {...

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

712. laya.ui.VSlider_API3.0 [ 73%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Inherited from Slider.changeHandler Defined in laya/ui/Slider.ts:46 数据变化处理器。 默认...

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

713. 关于graphics镂空的问题https://ask.layabox.com/question/139 [ 73%]

...var redBox:Sprite = new Sprite(); redBox.pos(250,200); redBox.autoSize = true; redBox.graphics.drawRect(0,0,100,100,'#ff0000'); Laya.stage.addChild(redBox); redBox.on("click",this,function(){ trace("click redbox"); }); redBox.on("mouseover",this,function(){ redBox.graphics.clear(); redBox.graphics.d...

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

714. 1.7版本要初始化后有些代码才能用了 [ 73%]

...e-web-app-capable' content='yes'/> <meta name='full-screen' content='true'/> <meta name='screen-orientation' content='portrait'/> <meta name='x5-fullscreen' content='true'/> <meta name='360-fullscreen' content='true'/> <meta http-equiv='expires' content='0'/> </he...

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

715. laya.ui.WXOpenDataViewer_API3.0 [ 73%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in laya/display/Sprite.ts:266 指定鼠标事...

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

716. 加载模型后,无法西方模型暂用的显存? [ 73%]

...容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: destroy(true) 才会销毁子模型,然后clearres 是引用计数清理 2018-11-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 百神 相关问题 2.0一不小心...

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

717. laya.events.KeyBoardManager_API3.0 [ 73%]

...es enabled Methods hasKeyDown Properties Static enabled enabled: boolean = true Defined in laya/events/KeyBoardManager.ts:14 是否开启键盘事件,默认为true Methods Static hasKeyDown hasKeyDown(key: number): boolean Defined in laya/events/KeyBoardManager.ts:53 返回指定键是否被按下...

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

718. 向官方反映1.75引擎库后 事件执行 发生的bug [ 73%]

...t":                         MouseManager._isTouchRespond=true;                         _this._isLeftMouse=true;                         var touches=evt.changedTouches;                         for (var j=0,n=touches.length;j <...

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

719. laya.d3.core.light.DirectionLight_API3.0 [ 73%]

...s:310 inheritdoc override Parameters Default value destroyChild: boolean = true Returns void destroyChildren destroyChildren(): void Inherited from Node.destroyChildren Defined in laya/display/Node.ts:211 销毁所有子对象,不销毁自己本身。 Returns void event event(type: string, data?: ...

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

720. JS进度条加载问题 [ 73%]

...e5; arr[5] =ape6; arr[6] =ape7; //设置progress Handler的第4个参数为true,根据加载文件个数获取加载进度 Laya.loader.load(arr,null,Laya.Handler.create(this,onProLoaded),null,true,true); } function showProgress() { progressBar=new Laya.Sprite(); progressBar.loadImage("comp/BG1.jpg...

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