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

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

671. Image刷新问题 [ 49%]

...数据是 BK.Buffer,需要如何用laya的Image显示出来? 获取Image宽度的问题 Image 的 skin 在 玩一玩 不生效 image在相应loaded的时候,无法正确获取高度 问题状态 最新活动: 2018-04-16 10:56 浏览: 1122 关注: 2 人 浪货界扛把子 • 2018-04-16 11:00 再...

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

672. HtmlDivElement 下划线 [ 49%]

... 富文本下划线绘制bug HTMLDivElement 2.0 排版问题 HtmlDivElement宽度设置错误 HTMLDivElement 文本内容会重叠? Laya2.20bata4版本使用HTMLDivElement报错 微信开发者工具不支持HTMLDivElement组件 HtmlDivElement添加下划线效果不对 富文本下划线换行显...

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

673. laya.ui.Clip_API3.0 [ 49%]

...数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖向分割每个切片的高度 clipHeight , 从左向右,从上到下,分割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx...

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

674. laya.ui.ColorPicker [ 49%]

...素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(...

来源: Laya2.0_api 发布时间: 20190513

675. laya.resource.Texture2DArray_API3.0 [ 48%]

...ed from BaseTexture.width Defined in laya/resource/BaseTexture.ts:31 获取宽度。 Returns number Inherited from BaseTexture.width Defined in laya/resource/BaseTexture.ts:35 获取宽度。 Parameters width: number Returns void wrapModeU get wrapModeU(): WrapMode set wrapModeU(value: WrapMode): vo...

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

676. Label属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 48%]

...斜体。 | | wordWrap | 文本是否换行。 | | stroke | 文本的描边宽度。 | | strokeColor | 文本的描边颜色。 | | asPassword | 文本是否显示为密码样式。 | | leading | 文本的垂直行间距。 | | padding | 文本的边距。 | ## 二、通过代码创建Label组件 ...

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

677. 物理Bodies绑定Laya.Sprite [ 48%]

...RIZONTAL; // 始终以横屏展示 Laya.stage.scaleMode = "fixedwidth"; // 宽度不变 this.engine; var world; this.engine = Matter.Engine.create({ enableSleeping: true // 开启睡眠 }); world = this.engine.world; Matter.Engine.run(this.engine); // Engine 启动 var render = LayaRender.create({ e...

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

678. laya.ui.Tree_API3.0 [ 48%]

...于控制 tree 对象的显示位置。 tree.width = 200;//设置 tree 的宽度。 tree.height = 100;//设置 tree 的高度。 Laya.stage.addChild(tree);//将 tree 添加到显示列表。 } } } import laya.ui.Box; import laya.ui.Clip; import laya.ui.Label; class Item extends Box { public function...

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

679. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 48%]

...ogressBar = new ProgressBar("../../../../res/ui/progressBar.png"); //设置宽度 progressBar.width = 400; //设置显示位置,在舞台居中 progressBar.x = (Laya.stage.width - progressBar.width ) / 2; progressBar.y = Laya.stage.height / 2; //设置九宫格边距,以防变形 progressBar.siz...

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

680. laya.ui.MoreGame [ 48%]

...素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(...

来源: Laya2.0_api 发布时间: 20190513