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

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

1441. laya.ui.DialogManager_API3.0 [ 44%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close closeAll closeByGroup contains customRender destroy destroyChildren doClose doOpen drawToCanvas drawToTexture drawToText...

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

1442. Native(android)下创建二维码并显示在页面上 [ 44%]

...;             img.pos(100, 300);             Laya.stage.addChild(img);         }     }      // androidplat,创建二维码     createQrCode(url:string, width:number, height:number):string {         return this._bridge.call("createQrCode", url, wi...

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

1443. 动效模板(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 44%]

...nimationDemoUI = new EffectAnimationDemoUI(); //添加到舞台 Laya.stage.addChild(efc); } } } ``` 运行后,按钮被按下时,动画效果如动图11所示: ![图11](img/11.gif) (动图11) ### 4、多个动效模板创建复杂动效 刚刚实现了按钮按下后,从小变大的动画效...

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

1444. laya.ui.Slider_API3.0 [ 43%]

...wport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...

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

1445. Button属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 43%]

... var btn:Button = new Button(skin); //将Button添加到舞台 Laya.stage.addChild(btn); //设置Button相关的属性 btn.width = 100; btn.height = 50; btn.pos(100,100); btn.label = "按钮"; } } } ``` 上述代码运行效果如动图2所示: ![动图2](img/2.gif) (动图2) **Tips:** Button 组...

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

1446. laya.d3.core.Camera_API3.0 [ 43%]

...sible _needRenderGamma _processActive _updateCameraRenderData addAllLayers addChild addChildAt addChildren addCommandBuffer addComponent addComponentInstance addLayer bubbleEvent callLater clearTimer clone contains convertScreenCoordToOrthographicCoord destroy destroyChildren event frameLoop frameOn...

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

1447. 真机调试 开启子域后 提示出现window is not defined [ 42%]

...ar pl = new Laya.Sprite() pl.graphics.drawTexture(rankTexture, 0, 0); body.addChild(pl)  } 附件 : --> 2018-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自: 子域引了 小游戏 ...

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

1448. laya.ui.ScrollBar_API3.0 [ 42%]

...wport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance backToNormal bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnc...

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

1449. 位图字体的制作与使用(JavaScript-LayaAir基础篇(JS)-文本) [ 42%]

...体 txt.font = mFontName; txt.fontSize = 50; txt.leading = 5; Laya.stage.addChild(txt); } ``` ### **Text 类中相关接口:** **registerBitmapFont () 方法** public static function registerBitmapFont(name:String, bitmapFont:BitmapFont):void 注册位图字体。 参数 name:String — 位图字...

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

1450. laya.ui.FontClip_API3.0 [ 42%]

... y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...

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