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

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

521. 滑块拖动小球低图怎么换? [ 66%]

...件如何实现图片资源拖动获取路径 Laya中Panel控件在设计模式下,添加字内容界面。可以操作出拖动效果吗?就像可以在设计模式下,看到点击效果一样. 怎么对graphics画出来的图片进行鼠标点击拖动??? Dialog限制拖动区域有什...

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

522. [LayaAirIDE3]【插件开发】配置方式可以生成非常复杂的界面的部分疑惑 [ 66%]

...penDirectory"], }, type: "string", }, { name: "splitMode", caption: "分割模式", inspector: "RadioGroup", type: "string", options: { ComboBox: { // 使用ComboBox显示,没办法直接展示出来 todo 待研究 items: ["Array", "Atlas", "Json"], visibleItemCount: 3, } } }, { name: "buttons", i...

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

523. laya.ui.TextInput_API3.0 [ 66%]

...xtInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var text...

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

524. laya.display.Scene [ 66%]

...性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。...

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

525. laya.ui.DialogManager_API3.0 [ 66%]

...的open和close事件 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Hierarchy Sprite DialogManager Index Constructors constructor Properties _extra _ownG...

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

526. ios13下3d渲染碰到深度问题 [ 66%]

...用ios13与ios15的手机预览下面这个示例,看下相机的深度模式贴图是否一致,来查看摄像机深度是否错误。 高级应用--相机深度模式纹理展示 2022-03-18 0 0 分享 微博 QZONE 微信 fftidus 赞同来自: 打开了,请问能看出什么吗   2022-03-21 ...

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

527. laya.media.SoundNode_API3.0 [ 66%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void cache...

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

528. laya.map.GridSprite_API3.0 [ 66%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void cache...

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

529. Cannot read property '_physicsUpdateList' of null 错误 [ 66%]

...图片是IDE自带的,也不显示 提示错误在laya.core.js里 "设计模式"导出的View出现“lose skin radio_1.png”错误。有简单的办法吗? 动画getGraphicBounds()为什么错误 spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range26...

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

530. laya.ui.TextArea_API3.0 [ 66%]

...。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], laya.utils.Handler.create(this, onLoadComplete));//加载资源。 function onLoadComplete() { var textArea = new l...

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