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

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

361. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 41%]

...更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void onPreRender onPreR...

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

362. laya.d3.physics.CharacterController_API3.0 [ 41%]

...更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRend...

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

363. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 41%]

...更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void onPreRender onPreR...

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

364. 启用版本管理后有严重bug [ 40%]

...comp.png   后面的png是引擎加载图集时内部自动会去加载的逻辑  外部控制不了! 现在我把引擎库退回到1.7.17  就没这个问题!! 2018-04-26 0 2 分享 微博 QZONE 微信 yung 赞同来自: 我们写的测试没问题,能否提供一个简单demo,感谢 2...

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

365. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 40%]

...api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript //初始化引擎 Laya.init(600,400); Laya.stage.bgColor = "#ffcccc"; var div = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div,{ width:100, heigh...

来源: Laya2.0_文档 发布时间: 20210714

366. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 40%]

...更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onPreRend...

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

367. laya.ui.Box [ 40%]

...dataSource : *[override] 数据赋值,通过对UI赋值来控制UI显示逻辑。 简单赋值会更改组件的默认属性,使用大括号可以指定组件的任意属性进行赋值。 Box destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Bool...

来源: laya_api 发布时间: 20170929

368. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 40%]

...更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void onPreRender onPreR...

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

369. laya.ui.Clip [ 39%]

...dataSource : *[override] 数据赋值,通过对UI赋值来控制UI显示逻辑。 简单赋值会更改组件的默认属性,使用大括号可以指定组件的任意属性进行赋值。 Clip destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabl...

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

370. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 39%]

...api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript class Main { //二维码对象 private qrcode:any; private qrcodeSp:Laya.Sprite; constructor() { //初始化引擎 Laya.init(600,400); Laya.stage.bgColor = "#ffcccc"; var div:any = Laya.Brows...

来源: Laya2.0_文档 发布时间: 20210715