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

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

5171. laya.ui.TextArea_API3.0 [ 32%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textArea:TextArea = new TextArea("这个一个TextArea实例。");//...

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

5172. laya.ui.Tab [ 32%]

... 默认值0,表示不描边。 UIGroup labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件左边到其内容区域左边之间的水平距离(以像...

来源: laya_api 发布时间: 20170929

5173. 关于LayaBox启动的问题。 [ 32%]

...Could not attach to main target 关于适配采用showAll后留白部分的颜色问题 IDE1.7.8 json图集加载问题 启动引擎报错 mPlugin.game_plugin_init(3); app启动动画应该如何去掉 (此问题已经无效) 问题状态 最新活动: 2017-03-20 11:37 浏览: 4238 关注: 5 人...

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

5174. [LayaAirIDE3]2d相机打包后问题 [ 32%]

...的问题是如何解决的? 关于适配采用showAll后留白部分的颜色问题 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket laya3.2.5打包 android apk后渲染问题 图集打包找不到图集文件 关于逻...

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

5175. laya.ui.RadioGroup [ 32%]

... 默认值0,表示不描边。 UIGroup labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件左边到其内容区域左边之间的水平距离(以像...

来源: laya_api 发布时间: 20170929

5176. laya.d3.core.material.PBRMaterial_API3.0 [ 32%]

... Color): void Defined in laya/d3/core/material/PBRMaterial.ts:186 漫反射颜色。 Returns Color Defined in laya/d3/core/material/PBRMaterial.ts:190 漫反射颜色。 Parameters value: Color Returns void albedoTexture get albedoTexture(): BaseTexture set albedoTexture(value: BaseTexture): void De...

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

5177. []LayaTree v1.0.5版本更新(2021.11.17) [ 32%]

...作文本节点,文本内容直接编辑 非常好用的基于拾色器的颜色调整​ 使用下拉框来选择文本的水平对齐和垂直对齐方式 字体大小,粗细,描边,overflow超出行为随意调节 5. 基于AOP的暂停与单帧调试运行,能够在不修改源码的情况下控...

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

5178. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 31%]

...cene.addChild(new Laya.DirectionLight());         //设置平行光颜色         directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6);                      //加载小猴子精灵         let monkey = Laya.Loader.getRes("Export/LayaScene_JJF/Conventiona...

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

5179. laya.d3.core.light.Light_API3.0 [ 31%]

...一次 color color: Color Defined in laya/d3/core/light/Light.ts:61 灯光颜色。 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/com...

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

5180. 资源加载(JavaScript-3D基础(JS)-LayaAir3D之资源加载) [ 31%]

... var directionLight = _scene.addChild(new Laya.DirectionLight()); //光照颜色 directionLight.color = new Laya.Vector3(1, 1, 1); directionLight.transform.rotate(new Laya.Vector3(-3.14 / 3, 0, 0)); //使用材质 var skyboxMaterial = Laya.Loader.getRes("res/threeDimen/skyBox/skyBox2/skyBox2.lmat");...

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