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

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

1561. laya.ui.ColorPicker_API3.0 [ 46%]

... scene scrollRect selectedColor skewX skewY skin stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRend...

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

1562. laya.ui.Radio_API3.0 [ 46%]

... sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater ...

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

1563. 内存释放问题 [ 46%]

...lUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.loadModuleByName(resAltlasName, className, (cn) => { let sv: any = ui.UIControl.instance.showView(cn); showCompleteFun(sv); }); } /** * 加载模块的资源 * 资源必须放在atlas...

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

1564. laya.ui.HSlider_API3.0 [ 46%]

...Rect showProgress sizeGrid skewX skewY skin stage staticCache texture tick timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains c...

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

1565. laya.ui.VSlider_API3.0 [ 46%]

...Rect showProgress sizeGrid skewX skewY skin stage staticCache texture tick timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains c...

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

1566. laya.ui.ScrollBar_API3.0 [ 46%]

...zeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance backToNormal bubbleEvent ...

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

1567. 多摄像机窗口的使用(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 46%]

...对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获取第一个摄影的视口 var viewport1:Viewport = camera1.normalizedViewport; //修改参数 viewport1.width = 0.2; //重新赋值是视口 camera1.normalizedViewport = viewport1...

来源: Laya2.0_文档 发布时间: 20210715

1568. 关于WebGL矢量图的遮罩问题 [ 46%]

...1024, Laya.WebGL); } else{ Laya.init(1024, 1024); } //等待可调试 Laya.timer.once(1000, null, ()=>{ let mask = new Laya.Sprite() let sprite = new Laya.Sprite() sprite.mask = mask Laya.stage.addChild(sprite) //正方形 sprite.graphics.drawPoly(0, 0, [100, 100, 100, 200, 200, 200, 200, 100], "...

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

1569. laya.ui.RadioGroup_API3.0 [ 46%]

...ion skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains...

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

1570. 可以帮我测试一下吗? 使用mask的场景,放着就会出现记忆体用完的讯息? [ 45%]

...nfos : any; constructor () { super (); this.infos = { rotation : 0 }; Laya.timer.frameLoop(1,this,()=> { this.infos.rotation += 1; if (this.infos.rotation >= 360) this.infos.rotation -= 360; this.IM_TURNTABLE.rotation = this.infos.rotation; this.VIEW_TURNTABLE.rotation = this.infos.rotation; }...

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