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

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

101. laya.components.AnimationClip2D_API3.0 [ 68%]

...estroy duration event hasListener hermiteCurveSplineWeight isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Object literals tween Constructors constructor new AnimationClip2D(): AnimationClip2D Overrides Resource.__constructor Defined in laya/components/AnimationClip2D.ts:214 ...

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

102. laya.media.VideoTexture_API3.0 [ 67%]

...oy event gpuCompressFormat hasListener isCreateFromURL load loadedmetadata off offAll offAllCaller on once pause play destroyUnusedResources Constructors constructor new VideoTexture(): VideoTexture Overrides BaseTexture.constructor Defined in laya/media/VideoTexture.ts:33 创建VideoTexture对象...

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

103. laya.d3.core.Sprite3D_API3.0 [ 67%]

...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instant...

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

104. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 66%]

...etWorldLossyScale globalToLocal hasListener localToGlobal lookAt objLookat off offAll offAllCaller on once rotate rotationTo setWorldLossyScale toDir toLocalNormal translate Constructors constructor new NativeTransform3D(owner: Sprite3D): NativeTransform3D Overrides Transform3D.__constructor Defined...

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

105. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 66%]

....height]) 第三: 离开这个有videoElement页面 也做了 Laya.stage.off(Laya.Event.RESIZE, this, Laya.Utils.fitDOMElementInArea); 第四: 在其他页面拖动浏览器改变大小 如果我不加这句 第二步这句 Laya.stage.on(Laya.Event.RESIZE, this, Laya.Utils.fitDOMElementInAre...

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

106. 超出文本区域的处理&滚动文本(JavaScript-LayaAir基础篇(JS)-文本) [ 65%]

...ext); } /* 停止滚动文本 */ function finishScrollText(e) { Laya.stage.off(Event.MOUSE_MOVE, this, scrollText); Laya.stage.off(Event.MOUSE_UP, this, finishScrollText); } /* 鼠标滚动文本 */ function scrollText(e) { var nowX = txt.mouseX; var nowY = txt.mouseY; txt.scrollX += prevX - nowX; t...

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

107. 超出文本区域的处理&滚动文本(ActionScript-LayaAir基础篇(AS3)-文本) [ 65%]

...动文本 */ private function finishScrollText(e:Event):void { Laya.stage.off(Event.MOUSE_MOVE, this, scrollText); Laya.stage.off(Event.MOUSE_UP, this, finishScrollText); } /* 鼠标滚动文本 */ private function scrollText(e:Event):void { var nowX:Number = txt.mouseX; var nowY:Number = txt.mouseY...

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

108. webGL模式下 graphic画线涂鸦,一直不停画会出现线条异常 [ 65%]

....bmp.mouseX; this.pos0.y=this.bmp.mouseY; } } __mouseUp(e:Event){ this.bmp.off(Laya.Event.MOUSE_MOVE, this, this.__mouseMove); this.bmp.off(Laya.Event.MOUSE_UP, this, this.__mouseUp); this.bmp.graphics.drawLine(this.pos0.x,this.pos0.y,this.pos1.x,this.pos1.y,"#ff0000",5); } 2018-02-28 0 5 分享 微...

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

109. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 64%]

...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeInputChild removeSelf replaceChild runCallLater setChildIndex timerLoop ...

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

110. 超出文本区域的处理&滚动文本(TypeScript-LayaAir基础篇(TS)-文本) [ 64%]

...止滚动文本 */ private finishScrollText(e: Event): void { Laya.stage.off(Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.off(Event.MOUSE_UP, this, this.finishScrollText); } /* 鼠标滚动文本 */ private scrollText(e: Event): void { var nowX: number = this.txt.mouseX; var nowY: number = t...

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