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

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

181. iphone环境下使用image加载同域名下的验证码地址,居然启用了不同的sessionid,导致验证码失效 [ 64%]

...抠图透明区域为黑色,其它机型都是正常的。 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活动: 2018-10-13 23:22 浏览: 467 关注: 1 人

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

182. laya.ui.ScaleBox [ 64%]

...Component Sprite Node EventDispatcher Object 自适应缩放容器,容器设置大小后,容器大小始终保持stage大小,子内容按照原始最小宽高比缩放 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...

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

183. laya.ui.ViewStack [ 64%]

...lements IItem ViewStack 类用于视图堆栈类,用于视图的显示等设置处理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall...

来源: laya_api 发布时间: 20170929

184. laya.ui.View [ 64%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

185. laya.ui.HSlider_API3.0 [ 64%]

...hSlider:HSlider; public function HSlider_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hslider.png", "resource/ui/hslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 ...

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

186. laya.ui.VSlider_API3.0 [ 64%]

...vSlider:VSlider; public function VSlider_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vslider.png", "resource/ui/vslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 ...

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

187. CheckBox属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 64%]

...很多组件属性是通用的,常用及通用的组件属性在`属性设置器`文档中已进行介绍。阅读本篇内容前请先阅读《属性设置器》文档。 ## 1、创建CheckBox组件 ​ CheckBox (多选框)组件由两部分组成,选择状态框及内容说明标签label...

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

188. laya.ui.Box [ 64%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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

189. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 64%]

...ateElement("video"); Laya.Browser.document.body.appendChild(videoElmt); // 设置Video元素地样式和属性 videoElmt.style.zInddex = Laya.Render.canvas.style.zIndex + 1; videoElmt.src = getResURI("video/guide.mp4"); videoElmt.controls = false; videoElmt.autoplay = true; videoElmt.loop = "loop"; ...

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

190. laya.ui.Tab [ 64%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929