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

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

991. laya.ani.bone.Skeleton [ 40%]

...有开启自定义渲染,才能使用customRender函数渲染。 Sprite destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node filters : Array滤镜集合。可以设置多个滤镜...

来源: laya_api 发布时间: 20170929

992. TiledMap地图 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...用优化 4.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: this.tMap.destroy(); 4.2 缓存相关 4.2.1 开启和关闭自动缓存 LayaAir引擎使用TiledMap时,默认会将没有动画的地块自动缓存起来...

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

993. laya.ui.FontClip [ 40%]

...,使用大括号可以指定组件的任意属性进行赋值。 Clip destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node  direction : String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示...

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

994. laya.ui.TextArea_API3.0 [ 39%]

...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

995. laya.d3.core.VRCamera [ 39%]

...的数量。 Sprite3D cullingMask : int 可视遮罩图层。 BaseCamera destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node farPlane : Number 获取远裁面。 BaseCamera fieldO...

来源: laya_api 发布时间: 20170929

996. laya.d3.core.scene.Scene3D_API3.0 [ 39%]

...rY blendMode cacheAs components cullInfoCamera cullPass customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize enableFog filters fogColor fogDensity fogEnd fogMode fogRange fogStart globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea iblTex i...

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

997. laya.ui.Tree_API3.0 [ 39%]

...de bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D itemRender keepStatus left list mask mouseEnabled mo...

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

998. laya.resource.NativeContext_API3.0 [ 39%]

...ffffff_ab_ab_ab add_iiiifff add_iiiifff_String_String alpha clear clipRect destroy drawCanvas drawCurves drawFilter drawMask drawMaskComposite drawMasked drawRect drawTarget drawTargetBlurFilter drawText drawTexture drawTextureWithSizeGrid drawTextureWithTransform drawTriangles fillBorderText fillBo...

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

999. 内存优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 39%]

...例 var sp:Sprite = new Sprite(); //将sp内部引用设置为null sp.destroy(); ``` 当对象设置为null,不会立即将其从内存中删除。只有系统认为内存足够低时,垃圾回收器才会运行。内存分配(而不是对象删除)会触发垃圾回收。 垃圾回收...

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

1000. 分包后, 资源加载问题 [ 39%]

...ing100.prototype; console.log("kk7") __proto.cleanMe=function(){ this.load.destroy(true); } console.log("kk8") loading100.FINISH="FN"; console.log("kk9") return loading100; })(Sprite) //class ui.loadingjzaUI extends laya.ui.View var loadingjzaUI=(function(_super){ function loadingjzaUI(){ this.loadi...

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