大约有 522 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0068 秒)
Laya_社区(168) Laya3.0_api(148) Laya2.0_api(104) laya_api(69) Laya2.0_文档(16) Laya3.0_文档(15) Laya2.0_示例(1) Laya_示例(1)
...少drawcall,渲染性能最高。 webgl下命令缓存模式只会减少节点遍历及命令组织,不会减少drawcall,性能中等。 Sprite cacheAsBitmap : Boolean 指定显示对象是否缓存为静态图像。功能同cacheAs的normal模式。 Sprite customRenderEnable : Boolean[write...
来源: laya_api 发布时间: 20170422
... NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoHide : Boolean = false一个布尔值,指定是否自动隐藏滚动条...
来源: Laya2.0_api 发布时间: 20190513
...e: string = "" Inherited from Node.name Defined in laya/display/Node.ts:59 节点名称。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 useOcclusionCulling useOcclusionCulling: boolean Inherited from BaseCamera.useOcclusionCulling Defined in laya/d...
来源: Laya3.0_api 发布时间: 20231115
destroy节点后,报错 /* 从舞台移除模型对象 @param node 节点 */ base_remove(node){ if(node.numChildren<=0)return; console.log('移除',node.name); let obj; for(let i=node.numChildren-1;i>=0;i--){ obj= node.getChildAt(i); obj.destroy(); } } 或者 /* 从舞台移除模型对...
来源: Laya_社区 发布时间: 20191119
... NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 ...
来源: Laya2.0_api 发布时间: 20190513
...all,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优点:没有额外内存开销,无需renderTarget支持。 Sprite cacheAsBitmap : Boolean 指定显示对象是否缓存为静态图像。功能同c...
来源: laya_api 发布时间: 20170929
...all,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优点:没有额外内存开销,无需renderTarget支持。 Sprite cacheAsBitmap : Boolean 指定显示对象是否缓存为静态图像。功能同c...
来源: laya_api 发布时间: 20170929
...all,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优点:没有额外内存开销,无需renderTarget支持。 Sprite cacheAsBitmap : Boolean 指定显示对象是否缓存为静态图像。功能同c...
来源: laya_api 发布时间: 20170929
... NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 ...
来源: Laya2.0_api 发布时间: 20190513
...all,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优点:没有额外内存开销,无需renderTarget支持。 Sprite cacheAsBitmap : Boolean 指定显示对象是否缓存为静态图像。功能同c...
来源: laya_api 发布时间: 20170929