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

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

781. 读URL parameter [ 73%]

...正常加载xml,可一到手机就显示invalid url parameter 2 is not of type 'WebGLTexture' Texture2D.load 中url 不能是网络图片吗 parameter 2 is not of type 'WebGLTexture'. URL的代码修改建议 用Laya.Scene.open(url)的方法打开场景,会自动关闭前一个场景,如何设...

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

782. laya.physics.DestructionListener_API3.0 [ 73%]

...yeParticle SayGoodbyeParticleGroup Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

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

783. laya.spine.ExternalSkin_API3.0 [ 73%]

...in" ExternalSkin target items source templet flush Legend Class Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

784. laya.d3.component.hlod.HLODResourceGroup_API3.0 [ 72%]

...ources updateMark url load release Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface

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

785. laya.utils.Log_API3.0 [ 72%]

...maxCount clear enable print toggle Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

786. [LayaAirIDE3]2d相机打包后问题 [ 72%]

...a;  @regClass() export class Main extends Laya.Script {     @property({ type: Laya.Sprite })     public player: Laya.Sprite;      @property({ type: Laya.Sprite })     public joystick: Laya.Sprite;      @property({ type: Laya.Sprite })     public map: Laya.Sprite;      @property({ t...

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

787. laya.d3.core.Camera [ 72%]

...void 在特定渲染管线阶段添加指令缓存。 Camera addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode addLayer(layer:int):void 增加可视图层,layer值为0到31层。 BaseCamera callLate...

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

788. laya.ui.Clip_API3.0 [ 72%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/...

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

789. laya.ui.ViewStack_API3.0 [ 72%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/...

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

790. layabox加载fairygui发布的二进制文件报错 [ 72%]

...载代码 Laya.loader.load([             { url:"res/Bag_atlas0.png", type:Laya.Loader.IMAGE },             { url:"res/Bag_atlas0_1.png", type:Laya.Loader.IMAGE},             { url:"res/Bag.json", type:Laya.Loader.BUFFER}              ], Laya.Handler.create(this, this.onLoade...

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