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

大约有 237 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)

221. (有图片附件)图集用的atlas 在LayaAir里可以正常跑,但是发布后,运行报错 Failed to load file.Cross origin requests are [ 48%]

...s/atlas/images.atlas main.min.js:1 Uncaught TypeError: BackGround is not a constructor     at t.onLoaded (main.min.js:1)     at t.onLoaded2 (main.min.js:1)     at e.run (laya.core.min.js:1)     at e.i.event (laya.core.min.js:1)     at e.n._endLoad (laya.core.min.js:6)     at e (laya.core...

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

222. laya.ani.bone.Skeleton [ 48%]

...能极大提高性能,但是可能某些mesh动画效果会不太正常 Constructor DetailSkeleton()Constructorpublic function Skeleton(templet:Templet = null, aniMode:int = 0) 创建一个Skeleton对象 Parameters templet:Templet (default = null) — 骨骼动画模板  aniMode:int (default = 0)...

来源: laya_api 发布时间: 20170929

223. 内存优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 48%]

...。 ##### ```typescript class PoolTest { private createTime: number = 0; constructor() { //初始化引擎 Laya.init(1136, 640, Laya.WebGL); //等比缩放 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //帧循环 Laya.timer.frameLoop(1, this, this.o...

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

224. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 48%]

...a; protected scene: Laya.Scene3D = new Laya.Scene3D; speed: number = 0.01; constructor() { super(); } /** * @private */ protected _updateRotation(): void { if (Math.abs(this.yawPitchRoll.y) < 1.50) { Laya.Quaternion.createFromYawPitchRoll(this.yawPitchRoll.x, this.yawPitchRoll.y, this.yawPitchRol...

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

225. laya.ani.bone.Skeleton [ 47%]

...能极大提高性能,但是可能某些mesh动画效果会不太正常 Constructor DetailSkeleton()Constructorpublic function Skeleton(templet:Templet = null, aniMode:int = 0) 创建一个Skeleton对象 Parameters templet:Templet (default = null) — 骨骼动画模板  aniMode:int (default = 0)...

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

226. 微信小游戏提审后,提示说代码侵权 [ 47%]

...e; if(arr2[i].indexOf("super(") !=-1) continue; if(arr2[i].indexOf("public constructor") !=-1) continue; if(arr2[i].indexOf("else") !=-1) continue; if(arr2[i].indexOf("else if") !=-1) continue; if(arr2[i].indexOf("//") !=-1) continue; if(arr2[i].indexOf("catch(") !=-1) continue; if(arr2[i].indexOf("...

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

227. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 46%]

... private _shurikenParticleSystem: Array<ShurikenParticleSystem>= []; constructor() { super(); } //通过传入粒子特效的路径,创建一个粒子特效,从对象池里拿一个 static Create(path: string): Particle3D { var ret:Particle3D = Pool.getInstance().getItemByClass("Particle3D...

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

228. 微信小游戏 · LayaAir3.0文档 · LAYABOX [ 45%]

... : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //小游戏加载分包 Laya.loader.loadPackage("sub1", this.printProgr...

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

229. laya.display.Input_API3.0 [ 45%]

...入时的文本的位置有少许的偏差。 Hierarchy Text Input Index Constructors constructor Properties _extra _onPostLayout _ownGraphics _parseEscapeChars _scene _skinBaseUrl _url autoSize hitTestPrior ignoreLang mouseThrough name tag ELLIPSIS HIDDEN RightToLeft SCROLL SHRINK TYPE_DATE TYPE_DA...

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

230. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 44%]

...: number = 20 public curpos: Laya.Vector3; private delatpos: Laya.Vector3; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 * 此方法为虚方法,使用时重写覆盖即可 */ onAwake(): void { this.curpos = new...

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