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

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

621. 3D模型旋转定位问题 [ 45%]

...l/build/warehouse1/warehouse1.lh", Laya.Handler.create(this, onComplete)); function onComplete() { //仓库原型 warehouse1 = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.tra...

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

622. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 45%]

...alue isLocal: boolean = false Returns void off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Overrides EventDispatcher.off Defined in laya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:559 Parameters type: str...

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

623. 请教下微信小游戏的内存和数据缓存? [ 44%]

...存在,但没渲染出。 导微信小程序报错window.focus is not a function 请教下微信小游戏的内存和数据缓存? 问题状态 最新活动: 2018-01-22 11:56 浏览: 6704 关注: 4 人 sfg007 • 2018-02-01 17:46 虚拟机? hill_0219 • 2018-02-05 09:48 手机 hw520ok • 201...

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

624. 分享:关于自定义场景继承的实现 [ 44%]

...from "../script/base/BaseScene"; import BaseScene=base.BaseScene; var REG: Function = Laya.ClassUtils.regClass; export module ui { export class CustomSceneUI extends BaseScene { public txt_hello:Laya.Label; constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("Custo...

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

625. laya.net.Loader_API3.0 [ 42%]

...ogressCallback Returns Promise<void> off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

626. laya.resource.NativeContext_API3.0 [ 42%]

...ontext.ts:202 Returns void Globals "laya/resource/NativeContext" CONTEXT2D_FUNCTION_ID NativeContext constructor _buffer _byteArray _fdata _idata sprite ARRAY_BUFFER_REF_COPY ARRAY_BUFFER_REF_REFERENCE ARRAY_BUFFER_TYPE_CMD ARRAY_BUFFER_TYPE_DATA ENUM_TEXTALIGN_CENTER ENUM_TEXTALIGN_DEFAULT ENUM_TEX...

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

627. laya.resource.RenderTexture2D_API3.0 [ 41%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

628. laya.resource.NativeRenderTexture2D_API3.0 [ 41%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

629. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 41%]

...a/compile.js 及 .laya/publish.js  将以上两个脚本中的如下代码function useOtherNode(){ return useIDENode||useCMDNode; }修改为:function useOtherNode(){ return true; } 至此,自动化编译、发布脚本已全部完成。   由于目前 layaair2-cmd 的 ui 命令,只能在 win...

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

630. 我升级引擎到1.7.16beta,从Unity导入的模型就遇到问题了,可以帮我查看一下吗? [ 40%]

...3D; 可以帮我测试看看吗?   错误讯息: value.cloneTo is not a function     at AnimationTransform3D.__proto.setLocalRotation  LayaScene_Scene_LightMap.zip 2018-02-01 0 1 分享 微博 QZONE 微信 mobile3Dbin 赞同来自: 1.7.12、1.7.13的版号不是插件,是引擎的版号。 2...

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