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

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

1651. UI编辑器基础交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 46%]

...2所示。 (动图6-2) 表格排列:对所选控件进行整齐的表格式排列,直接输入数值即可完成,非常的方便,效果如动图6-3所示。 (动图6-3) 7、显示设置 显示设置功能可以用来修改编辑器场景视窗的背景颜色,开发者可自行选...

来源: Laya3.0_文档 发布时间: 20251010

1652. laya.ui.Button_API3.0 [ 46%]

...et(value: string): void Defined in laya/ui/Button.ts:709 图标x,y偏移,格式:100,100 Returns string Defined in laya/ui/Button.ts:713 图标x,y偏移,格式:100,100 Parameters value: string Returns void is3D get is3D(): boolean Inherited from Node.is3D Defined in laya/display/Node.ts:87 ...

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

1653. layabox3.07版本使用纹理压缩色彩很大 [ 46%]

...式出现了问题,我重新生成了两张图片的ASTC6×6纹理压缩格式,没有出现您所描述的问题。我的纹理压缩设置如下,设置后点击应用,然后“构建发布”项目,从发布目录中将.ktx文件拷贝到项目目录中。示例demo在附件中。 texture...

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

1654. laya.ui.CheckBox_API3.0 [ 46%]

... from Button.iconOffset Defined in laya/ui/Button.ts:709 图标x,y偏移,格式:100,100 Returns string Inherited from Button.iconOffset Defined in laya/ui/Button.ts:713 图标x,y偏移,格式:100,100 Parameters value: string Returns void is3D get is3D(): boolean Inherited from Node.is3D Defi...

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

1655. JSON文件加载成功后,怎么解析成Object对象 [ 46%]

...自: // 已解决,因为已告知加载管理器,加载的文件是JSON格式的文件,加载完成后在内部已经解析成JSON对象了 Laya.loader.load(jsonURL, Handler.create(this, readJsonFinish, [jsonURL]), null, Loader.JSON); // 所以直接取出来就能直接访问json对象的属...

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

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

... from Button.iconOffset Defined in laya/ui/Button.ts:709 图标x,y偏移,格式:100,100 Returns string Inherited from Button.iconOffset Defined in laya/ui/Button.ts:713 图标x,y偏移,格式:100,100 Parameters value: string Returns void is3D get is3D(): boolean Inherited from Node.is3D Defi...

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

1657. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 46%]

...4) 2、Dialog属性介绍 (图5) 属性 功能 dragarea 拖动区域(格式:x,y,width,height),默认值为"0,0,0,0"。 ismodal 是否是模式窗口,默认为不开启状态。 isshoweffect 是否显示弹出效果,默认为开启状态。 ispopupcenter 指定对话框是否居...

来源: Laya3.0_文档 发布时间: 20230303

1658. laya.ui.ComboBox_API3.0 [ 46%]

... string): void Defined in laya/ui/ComboBox.ts:492 下拉列表项颜色。 格式:"悬停或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" Returns string Defined in laya/ui/ComboBox.ts:496 下拉列表项颜色。 格式:"悬停或被选中时...

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

1659. 微信的缓存引擎只支持了图片和声音,其他lh,lm等文件自动缓存时都不支持是缓存的时候有什么问题和难点吗? [ 46%]

...是,自动缓存模式下只缓存图片和声音文件,如果有其它格式的文件需要缓存,那可以通过手动缓存的接口进行下载并缓存。 现在遇到的问题是我打算自己使用手动缓存的方式缓存资源,但是缓存借口不支持数组和我已有的loade...

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

1660. laya.d3.resource.DataTexture2D [ 46%]

...ead-only] 获取纹理资源。 BaseTexture format : int[read-only] 纹理格式 BaseTexture height : int[read-only] 获取高度。 BaseTexture magFifter : int 放大过滤器 BaseTexture minFifter : int 缩小过滤器 BaseTexture mipmap : Boolean 是否使用mipLevel BaseTexture repeat : Bo...

来源: laya_api 发布时间: 20170929