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

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

331. laya.display.Stage_API3.0 [ 53%]

... blendMode cacheAs clientScaleX clientScaleY components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters frameRate fullScreenEnabled globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isFocused isVisibility mask mouseEnabl...

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

332. laya.ui.FontClip [ 52%]

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

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

333. laya.display.Input_API3.0 [ 52%]

...lor blendMode bold borderColor cacheAs color components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize editable filters focus font fontSize globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea html htmlParseOptions is3D italic leading ...

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

334. 引擎 TiledMap 居然不支持图块翻转 [ 52%]

...ll();                 }             }             this.destroy();             this.relativeX = 0;             this.relativeY = 0;             this.isHaveAnimation = false;             this.aniSpriteArray = null;             this.drawImageNum = 0;   ...

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

335. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 52%]

...; }; //彻底销毁清理一个粒子特效对象 Clean(): void { if (this.destroyed) { return; } this.Recover(); if (this._particle && !this._particle.destroyed) { this._particle.removeSelf(); this._particle.destroy(true); this._particle = null; } this._shuriKenParticle3D = null; this._shur...

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

336. laya.d3.core.scene.Scene3D_API3.0 [ 52%]

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

337. laya.ui.VSlider [ 52%]

...,使用大括号可以指定组件的任意属性进行赋值。 Slider destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] ...

来源: laya_api 发布时间: 20170929

338. laya.ani.bone.Skeleton [ 52%]

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

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

339. laya.ui.HSlider [ 52%]

...,使用大括号可以指定组件的任意属性进行赋值。 Slider destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] ...

来源: laya_api 发布时间: 20170929

340. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 52%]

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

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