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

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

1. laya.utils.Handler [ 100%]

...的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用此对象,否则会导致不可预料的错误。 注意:由于鼠标事件也用本对象池,不正确的回收及调用,可能会影响鼠标事件的执行。 Public Prope...

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

2. laya.utils.Pool [ 95%]

...对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅度。 Public Methods  MethodDefined By  clearBySign(sign:String):void[static] 清除对象池的对象。 Pool  createByClass(cls:Class):*[static] 根据类名回收类的实例 Pool  ...

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

3. laya.components.Component [ 88%]

...默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProperty Detaildestroyedpropertydestroyed:Boolean  [read-only] 获取是否...

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

4. laya.resource.WebGLRTMgr [ 86%]

...InheritanceWebGLRTMgr Object WebGLRTMgr 管理WebGLRenderTarget的创建和回收 Public Methods  MethodDefined By  getRT(w:int, h:int):RenderTexture2D[static] 获得一个renderTarget 暂时先按照严格大小判断。 WebGLRTMgr  releaseRT(rt:RenderTexture2D):void[static] 回收一个render...

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

5. laya.display.Scene [ 85%]

...毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScenes属性查看还未被销毁的场景列表 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...

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

6. laya.utils.Tween [ 84%]

...动,可以通过resume或restart重新开始。 Tween  recover():void 回收到对象池。Tween  restart():void 重新开始暂停的缓动。 Tween  resume():void 恢复暂停的缓动。 Tween  setStartTime(startTime:Number):void 设置开始时间。 Tween  to(target:*, props:Object,...

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

7. laya.display.cmd.ClipRectCmd [ 78%]

...移量。 ClipRectCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 ClipRectCmdPublic Constants ConstantDefined By  ID : String = ClipRect[static] ClipRectCmdProperty Detailheightpropertypublic var height:Number 高度。 widthproperty public var width:Number 宽度。 xp...

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

8. laya.display.cmd.ScaleCmd [ 78%]

...缩放值。 ScaleCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 ScaleCmdPublic Constants ConstantDefined By  ID : String = Scale[static] ScaleCmdProperty DetailpivotXpropertypublic var pivotX:Number (可选)水平方向轴心点坐标。 pivotYproperty public var ...

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

9. laya.display.cmd.DrawImageCmd [ 78%]

...移量。 DrawImageCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawImageCmdPublic Constants ConstantDefined By  ID : String = DrawImage[static] DrawImageCmdProperty Detailheightpropertypublic var height:Number (可选)高度。 textureproperty public var texture...

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

10. laya.display.cmd.RotateCmd [ 78%]

...点坐标。 RotateCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 RotateCmdPublic Constants ConstantDefined By  ID : String = Rotate[static] RotateCmdProperty Detailanglepropertypublic var angle:Number 旋转角度,以弧度计。 pivotXproperty public var pivotX:Num...

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