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

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

301. laya.display.AnimationBase_API3.0 [ 58%]

...lpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildr...

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

302. laya.ui.AdvImage_API3.0 [ 58%]

...de bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildr...

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

303. laya.display.FrameAnimation_API3.0 [ 58%]

...lpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildr...

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

304. Clip组件Bug:Play方法无法结束循环 [ 58%]

....on(Laya.Event.COMPLETE, this, () => {             this.destroy();         });         this.frameIndex = 0;         isLoop ? this.toFrameIndex = -1 : this.toFrameIndex = (cols * rows - 1);         this.play(0, isLoop ? -1 : (cols...

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

305. laya.d3.core.scene.Scene [ 58%]

...有开启自定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node  enableDepthFog : BooleanScene  enableFog : Boolean ...

来源: laya_api 发布时间: 20170929

306. laya.display.Stage [ 58%]

...设计宽度(初始化时设置的宽度Laya.init(width,height))Stage destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node filters : Array滤镜集合。可以设置多个滤镜...

来源: laya_api 发布时间: 20170929

307. laya.display.EffectAnimation_API3.0 [ 58%]

...lpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize effectClass effectData filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled ...

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

308. laya.particle.Particle2D_API3.0 [ 57%]

...rchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize emitter filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX ...

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

309. laya.ui.TextArea_API3.0 [ 57%]

...tom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize editable filters fitContent focus font fontSize globalRotation globalScaleX globalScaleY graphics gray hScrollBar hScrollBarSkin height hideFlags...

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

310. [LayaAir3]3.0版本资源销毁后_referenceCount不会变成0,2.0版本是正常的可以变为0 [ 57%]

...ite(); sp.texture = res; Laya.stage.addChild(sp); setTimeout(() => { sp.destroy() }, 1000); });重现代码如上,代码很简单。   下面是打印了Laya.Resource._idResourcesMap的截图   工程见附件,也很简单就是官方的2d Demo加了上面的代码 附件 : --> LayaProject2...

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