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

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

591. laya.ui.FontClip_API3.0 [ 36%]

...格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4,4,4,1" Returns string Inherited from Clip.sizeGrid Defined in laya/ui/Clip.ts:384 当前实例的位图 AutoImage 实例的有效...

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

592. laya.effect.FadeOut_API3.0 [ 36%]

...0 Inherited from EffectBase.repeat Defined in laya/effect/EffectBase.ts:15 重复次数,默认为播放一次 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: ...

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

593. laya.effect.FadeIn_API3.0 [ 36%]

...0 Inherited from EffectBase.repeat Defined in laya/effect/EffectBase.ts:15 重复次数,默认为播放一次 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: ...

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

594. laya.ui.TextInput_API3.0 [ 36%]

...格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4,4,4,1" Returns string Defined in laya/ui/TextInput.ts:217 当前实例的背景图( AutoBitmap )实例的有效缩放网格数...

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

595. laya.ui.TextArea_API3.0 [ 36%]

...格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4,4,4,1" Returns string Inherited from TextInput.sizeGrid Defined in laya/ui/TextInput.ts:217 当前实例的背景图( AutoBitmap...

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

596. laya.display.Node_API3.0 [ 36%]

...[], coverBefore?: boolean): void Defined in laya/display/Node.ts:588 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几帧(单位为帧)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: a...

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

597. laya.resource.Texture2D [ 36%]

..._不循环。BaseTexture FILTERMODE_POINT : int = 0[static] 寻址模式_重复。BaseTexture FILTERMODE_TRILINEAR : int = 2[static] 寻址模式_不循环。BaseTexture FORMAT_ALPHA8 : int = 2[static] 纹理格式_ALPHA8。BaseTexture FORMAT_DEPTH_16 : int = 0[static] 深度格式_DEPTH_16。Ba...

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

598. laya.map.TileAniSprite [ 36%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: laya_api 发布时间: 20170929

599. laya.physics.PhysicsDebugDraw [ 35%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

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

600. LayaAir 3D性能分析工具(TypeScript-3D基础(TS)-LayaAir3D之性能优化) [ 35%]

...le 便可以记录函数的调用时间,如果每帧中多次调用,会重复累加调用时间,此调用时间在性能分析工具中也可以统计到 也可以直接调用showFunSampleFun("updateAllScript")来用简易的性能分析工具分析。 ### 4.2 利用性能分析工具自定义...

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