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

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

1. laya.utils.Pool_API3.0 [ 100%]

...rnals Only exported Menu Globals "laya/utils/Pool" Pool Class Pool Pool 是对象类,用于对象的存储、重复使用。 合理使用对象,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅度。 Hierarchy Pool Index Methods clearBySign cr...

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

2. laya.display.Animation_API3.0 [ 82%]

...配置文件中读取,value为对应的动画模版,是一个Graphics对象数组,每个Graphics对象对应一个帧图像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用...

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

3. laya.utils.Handler_API3.0 [ 79%]

...er Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象,回收后不要再使用此对象,否则会导致不可预料的错误。 注...

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

4. laya.utils.Tween_API3.0 [ 75%]

...en Class Tween Tween 是一个缓动类。使用此类能够实现对目标对象属性的渐变。 Hierarchy Tween Index Properties repeat update Accessors progress Methods clear complete from pause recover restart resume setStartTime to clear clearAll from to Properties repeat repeat: number = 1 D...

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

5. laya.maths.Point_API3.0 [ 73%]

...nals Only exported Menu Globals "laya/maths/Point" Point Class Point Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Hierarchy Point Index Constructors constructor Properties x y TEMP Methods copy distance normalize recover reset setTo toStrin...

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

6. laya.maths.Matrix_API3.0 [ 62%]

...个坐标空间映射到另一个坐标空间。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转...

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

7. laya.display.cmd.DrawPolyCmd_API3.0 [ 62%]

...ya/display/cmd/DrawPolyCmd.ts:26 填充颜色,或者填充绘图的渐变对象。 lineColor lineColor: any Defined in laya/display/cmd/DrawPolyCmd.ts:30 (可选)边框颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number Defined in laya/display/cmd/DrawPolyCmd.ts:34 可选...

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

8. laya.display.cmd.RestoreCmd_API3.0 [ 61%]

...over recover(): void Defined in laya/display/cmd/RestoreCmd.ts:22 回收到对象 Returns void Globals "laya/display/cmd/RestoreCmd" RestoreCmd ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface Static property

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

9. laya.display.cmd.SaveCmd_API3.0 [ 61%]

...recover recover(): void Defined in laya/display/cmd/SaveCmd.ts:22 回收到对象 Returns void Globals "laya/display/cmd/SaveCmd" SaveCmd ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface Static property

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

10. laya.display.cmd.DrawLinesCmd_API3.0 [ 60%]

...a/display/cmd/DrawLinesCmd.ts:26 线段颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number = 0 Defined in laya/display/cmd/DrawLinesCmd.ts:30 (可选)线段宽度。 points points: number[] | null Defined in laya/display/cmd/DrawLinesCmd.ts:22 线段的点集合。格式:[x...

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