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

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

2421. 微信小游戏报错 the .lh file root type must be Scene [ 42%]

... joshua0526 • 2018-03-26 17:51 微信小游戏官方案例里面是自己创建的场景,不是加载的unity导出的场景 qian • 2018-03-26 18:01 17版本的可以加载3D的场景了 joshua0526 • 2018-03-26 18:31 @qian:我用的就是17beta joshua0526 • 2018-03-26 19:51 难道是unity...

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

2422. laya.ui.RadioGroup_API3.0 [ 42%]

...户每次只能选择一个 Radio 控件。 example 以下示例代码,创建了一个 RadioGroup 实例。 package { import laya.ui.Radio; import laya.ui.RadioGroup; import laya.utils.Handler; public class RadioGroup_Example { public function RadioGroup_Example() { Laya.init(640, 800);//设置游...

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

2423. laya.ui.Clip_API3.0 [ 42%]

...",其他UI组件均不支持异步加载。 example 以下示例代码,创建了一个 Clip 实例。 package { import laya.ui.Clip; public class Clip_Example { private var clip:Clip; public function Clip_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef...

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

2424. laya.resource.Texture_API3.0 [ 42%]

...e Overrides Resource.__constructor Defined in laya/resource/Texture.ts:228 创建一个 Texture 实例。 Parameters Default value source: Texture | BaseTexture = null Default value uv: ArrayLike<number> = null UV 数据信息。 Default value sourceWidth: number = 0 Default value sourceHeight...

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

2425. laya.ui.DialogManager_API3.0 [ 42%]

...anager Overrides Sprite.constructor Defined in laya/ui/DialogManager.ts:48 创建一个新的 DialogManager 实例。 Returns DialogManager Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inheri...

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

2426. 使用layaAirIDE打包APK问题 [ 42%]

...路径。 上层目录的文件没有移动位置,还是保持IDE工程创建的样子。 打包选择单机,资源路径就是bin目录 @cuixueying: 你好,附件(p3-new.zip)是我调整后的工程目录文件。在IDE里可以运行。 所有内容都放到了bin目录下,src是一个...

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

2427. Shader预编译解决方案 [ 42%]

... 微信小游戏编译报错 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 问题状态 最新活动: 2020-06-06 16:36 浏览: 827 关注: 2 人

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

2428. laya.d3.animation.AnimationTransform3D_API3.0 [ 42%]

...imationTransform3D Defined in laya/d3/animation/AnimationTransform3D.ts:30 创建一个 Transform3D 实例。 Parameters owner: AnimationNode 所属精灵。 Returns AnimationTransform3D Methods event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/event...

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

2429. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 42%]

...Texture" WebXRRenderTexture Class WebXRRenderTexture author miner 用来创建WebXRRenderTexture Hierarchy RenderTexture WebXRRenderTexture Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _id _inPool _isCameraTarget _renderTarget destroyedImmediately frameLoop l...

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

2430. laya.html.dom.HTMLDivElement [ 42%]

...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...

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