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

大约有 3,244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0091 秒)

781. laya.ui.LayoutBox_API3.0 [ 68%]

...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...

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

782. laya.ui.TipManager_API3.0 [ 68%]

...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...

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

783. RenderTarget2D的create方法 [ 68%]

...YTE, depthStencilFormat:int = WebGLContext.DEPTH_STENCIL, mipMap:Boolean = false, repeat:Boolean = false, minFifter:int = -1, magFifter:int = -1):RenderTarget2D {             var t:RenderTarget2D = POOL.pop();             t || (t = new RenderTarget2D(w, h));              ...

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

784. laya.display.Animation_API3.0 [ 68%]

...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...

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

785. TS项目,index.html 里面的js代码如何调用项目里面的函数,window.addEventListener 在ts项目里面该怎么写 [ 68%]

...        //分享成功之后这个参数是true         }, false);     </script>   window.addEventListener 在ts项目里面该怎么写  是直接这样写,还是这样写: Laya.Browser.window.addEventListener('message', function(e) {                 ...

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

786. 2.0label不改变文本内容,label颜色无法直接改变,1.0可以 [ 68%]

...a.stage.addChild(this.label);             this.label.visible = false;             this.OpenLabel();         }         private OpenLabel() {             this.label.visible = true;             this.label.on(Laya.Event.MOUSE_OVER, this, th...

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

787. [LayaAir IDE 2.0 beta4] 使用 prettier 格式化 ts 插件问题 [ 68%]

...这个问题   .prettierrc { "tabWidth": 2, "singleQuote": true, "semi": false }   setting.json { "prettier.semi": false, // 不加分号 "prettier.singleQuote": true, // 单引号 "editor.formatOnSave": true // prettier用的是系统默认的保存格式化  }  插件地址: https://marketpl...

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

788. 音频节点 · LayaAir3.3 · 引擎文档 · LAYABOX [ 68%]

...设置前 this.sound.autoPlay = true; //自动播放 this.sound.isMusic = false; //是否为背景音乐 } } 2.代码创建SoundNode SoundNode节点在运行时只有声音效果,如果不想在IDE中添加并拖拽到装饰器暴露的属性入口,做这么繁琐的操作,那可以通过代...

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

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

...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...

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

790. laya.physics.joint.RopeJoint [ 68%]

...ited Public Properties PropertyDefined By  collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseRopeJoint destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int...

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