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

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

461. laya.d3.component.volume.batchvolume.StaticBatchVolume_API3.0 [ 45%]

...更新时执行,在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

462. laya.d3.physics.constraints.ConstraintComponent_API3.0 [ 45%]

...更新时执行,在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

463. 2.12.2beta1 诸多bug [ 45%]

...对象,您可以在sp3上添加监听来进行销毁,而不是在sp1的逻辑内销毁sp3操作;如果确实有这方面的需求的话,建议您在遍历中进行容错处理来避免这个问题。 zyy • 2021-11-08 19:40 test对象被移除,testScript脚本 从onDisable 变成了 onEnabl...

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

464. laya.d3.core.light.SpotLightCom_API3.0 [ 44%]

...更新时执行,在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

465. Layabox入门到精通视频教程 [ 44%]

... 游戏服务器(游戏大厅)模块开发实战 备课中… 07阶段 逻辑服务器模块开发实战 备课中… 08阶段 Python自动化运维与Linux基础(运维工程师) 备课中… 09阶段 商业级棋牌游戏开发实战(番外篇,需要单独购买) 备课中… 10阶...

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

466. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 44%]

...更新时执行,在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

467. laya.d3.core.render.BaseRender_API3.0 [ 44%]

...更新时执行,在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

468. laya.d3.physics.PhysicsCollider_API3.0 [ 44%]

...更新时执行,在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

469. 如何实现3d遮罩效果? [ 43%]

...答,感觉你也是有不错的3d基础的,这种问题,自己写点逻辑就很容易解决了。

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

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

...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