大约有 237 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
...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
...能极大提高性能,但是可能某些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
...。 ##### ```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
...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
...能极大提高性能,但是可能某些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
...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
... private _shurikenParticleSystem: Array<ShurikenParticleSystem>= []; constructor() { super(); } //通过传入粒子特效的路径,创建一个粒子特效,从对象池里拿一个 static Create(path: string): Particle3D { var ret:Particle3D = Pool.getInstance().getItemByClass("Particle3D...
来源: Laya3.0_文档 发布时间: 20241014
... : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //小游戏加载分包 Laya.loader.loadPackage("sub1", this.printProgr...
来源: Laya3.0_文档 发布时间: 20241014
...入时的文本的位置有少许的偏差。 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
...: number = 20 public curpos: Laya.Vector3; private delatpos: Laya.Vector3; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 * 此方法为虚方法,使用时重写覆盖即可 */ onAwake(): void { this.curpos = new...
来源: Laya3.0_文档 发布时间: 20241014