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

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

211. laya.ui.HSlider_API3.0 [ 53%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

212. laya.ui.VSlider_API3.0 [ 53%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

213. laya.ui.ScrollBar_API3.0 [ 53%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

214. laya.ui.UIGroup_API3.0 [ 53%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

215. Laya.Tween.to 有没有监听值的变化的方法? [ 53%]

...认为匀速运动。          * @param   complete 结束回调函数。          * @param   delay 延迟执行时间。          * @param   coverBefore 是否覆盖之前的缓动。          * @return  返回Tween对象。          */       ...

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

216. laya.ui.Image_API3.0 [ 52%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

217. laya.ui.FontClip_API3.0 [ 52%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...

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

218. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 51%]

...eight); })); Laya.stage.addChild(sp); ``` loadImage在加载完成的回调函数触发之后才可以正确获取宽高。 1. **直接调用size设置:** ```typescript Laya.loader.load("res/apes/monkey2.png",Laya.Handler.create(this,function() { var texture=Laya.loader.getRes("res/apes/monkey2.pn...

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

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

...象及复杂计算4.4 尽量少用autoSize与getBounds4.5 被try catch的函数执行会变得非常慢五、使用chrome的性能分析器5.1 CPU占用分析5.2 内存占用分析六、纹理压缩的使用性能优化 一、 内存优化方式 1.1 通过对象池优化内存 对象池优化是游...

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

220. laya.d3.core.Camera [ 47%]

...ra _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D  _renderCamera(gl:WebGLContext, state:RenderState, scene:Scene):void[override] Camera _sortCamerasByRenderingOrder():void 通过RenderingOrder属性对摄像机机型排序。 BaseCamera  _update(state...

来源: laya_api 发布时间: 20170929