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

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

41. laya.d3.core.scene.QuadtreeNode [ 68%]

...QuadtreeNode>QuadtreeNode  exactBox : BoundBoxQuadtreeNode  exactInfiniteBox : BoundBoxQuadtreeNode  relaxBox : BoundBoxQuadtreeNode  relaxInfiniteBox : BoundBoxQuadtreeNodePublic Methods  MethodDefined By  QuadtreeNode(scene:BaseScene, currentDepth:int)QuadtreeNode  addChild(index:i...

来源: laya_api 发布时间: 20170304

42. 在Laya中使用Matter.js的最简示例 (JS) [ 66%]

...aya的渲染器,而不是matter自带的渲染器 2、必须执行 Laya.init(stageWidth, stageHeight, WebGL);否则会报错:TypeError: Cannot read property 'frameLoop' of nullvar Browser = Laya.Browser; var WebGL = Laya.WebGL; var Matter = window.Matter; var LayaRender = window.LayaRender; var...

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

43. laya.d3.core.BaseCamera_API3.0 [ 62%]

...lSize parent renderingOrder scene skyRenderer timer transform url Methods _initialize _processActive addAllLayers addChild addChildAt addChildren addComponent addComponentInstance addLayer bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt ge...

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

44. laya.resource.NativeContext_API3.0 [ 62%]

...rawCircle _drawLine _drawLines _drawPath _drawPie _drawPoly _drawTextureM _init _need _rotate _scale _transform addRenderObject3D add_String add_i add_i_String add_if add_iff add_iffff add_ifffff add_iffffff add_iffffffif add_ifffffiiiif add_ifffiiiif add_iffif add_iffif_ab add_iffiiiifi add_iffiiii...

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

45. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 61%]

示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...

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

46. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 61%]

... 初始化 IsLand.__super.call(this); // 名字 this.name = "gemini"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; // 初始化 _proto.init = function(){ // 球体 this.ball = new Sprite(); // 城堡 this.tower = new Spr...

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

47. 2.0.0beta5 can not find class Laya.Text [ 61%]

...iew.scene undefined Warning!,this class[MiniAdpter] already exist: Object {init: } 2.0.0编译报错Cannot find global type 'Array' 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fon...

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

48. socket大型项目回调 [ 59%]

...private handshakeCallback:any = null; private handshakeBuffer:any; private initCallback:Function = null; private _callbacks:any = {}; private reqId:number = 0; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; console.groupEnd = fun...

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

49. Steam扩展实例 · LayaAir3.3 · 引擎文档 · LAYABOX [ 57%]

...匹配的全局函数访问的接口指针。可以通过调用 SteamAPI_Init 函数完成初始化。 注意:必须调用此函数并返回成功,才能访问任何 Steamworks 接口。 在初始化时,需要注意以下几点: 初始化时,Steam客户端需要运行起来,并使用Stea...

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

50. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 49%]

...,清理对象池 export class Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenParticle3D>= []; private _shurikenParticleSystem: Array<ShurikenParticleSyste...

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