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

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

2591. SCALE_FIXED_WIDTH适配屏幕的问题 [ 39%]

...      AppFunction.showLoadingView_fullScreen(resArray, createGameScene, null, "正在进入游戏...");         }         private getGets() {             var tempUrl: String = Laya.Browser.window.location.href;             var u = tempUrl.split("?");             var gets...

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

2592. 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 [ 39%]

...ddChild(sp); //克隆Sprite3D this.sp2 = Laya.Sprite3D.instantiate(this.sp,null,false); //错开点位置 this.sp2.transform.translate(new Laya.Vector3(-0.2, 0, 0)); this.scene3d.addChild(this.sp2); //添加键盘控制 Laya.timer.frameLoop(1, this, this.onKeyDown); } onKeyDown() { //按A / D 键移...

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

2593. laya.utils.Byte_API3.0 [ 39%]

...:50 创建一个 Byte 类的实例。 Parameters Default value data: any = null 用于指定初始化的元素数目,或者用于初始化的TypedArray对象、ArrayBuffer对象。如果为 null ,则预分配一定的内存空间,当可用空间不足时,优先使用这部分内存,如果...

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

2594. ios safari横屏下,鼠标点击不正确,且旋转屏幕时显示错位 [ 39%]

...(function(){ var orientation=Browser.window.orientation; if (orientation !=null && orientation !=_$this._previousOrientation && _me._isInputting()){ Input["inputElement"].target.focus=false; } _$this._previousOrientation=orientation; if (_me._isInputting())return; if (Browser.onSafar...

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

2595. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 39%]

...ne/Buffer.ts:13 _conchUniformBufferObject _conchUniformBufferObject: any = null Defined in laya/d3/RenderObjs/NativeOBJ/NativeUniformBufferObject.ts:7 _glBuffer _glBuffer: IRenderBuffer Inherited from Buffer._glBuffer Defined in laya/RenderEngine/Buffer.ts:7 _glPointer _glPointer: number Inherited f...

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

2596. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 39%]

...alse); Laya.loader.load(this.AllPng,new Laya.Handler(this,this.onCallBack),null,Laya.Loader.BUFFER); Laya.stage.on(Laya.Event.KEY_DOWN,this,this.onKey); //######################################################################## } private curStatus:boolean = false; private refreshCamera(){ this.curSt...

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

2597. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 39%]

...oid Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:472 重算包围盒 null need Update by child contents need Update by List Returns void removeCell removeCell(cell: IBoundsCell): void Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:293 remove one Cell Parameters cell: IBoundsCell Returns vo...

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

2598. laya.d3.physics.CharacterController_API3.0 [ 38%]

...height: number = 0.1 角色脚步高度。 Default value upAxis: Vector3 = null 角色Up轴 Default value collisionGroup: number = Physics3DUtils.COLLISIONFILTERGROUP_DEFAULTFILTER 所属碰撞组。 Default value canCollideWith: number = Physics3DUtils.COLLISIONFILTERGROUP_ALLFILTER 可产生碰撞...

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

2599. unity 通过laya 导出 灵异事件 [ 38%]

...ou are still trying to access it. Your script should either check if it is null or you should not destroy the object. UnityEngine.Object.get_name () (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnityEngineObject.bindings.cs:189) n.a (UnityEngine.Mesh A_0, System.String A_1, System.Boolean ...

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

2600. Laya.Pool用法 [ 38%]

...static get instance(): ProtoPool {             if (this._instance == null) {                 this._instance = new ProtoPool();             }             return this._instance;         }     } } 2017-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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