大约有 62 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0025 秒)
...ods Packagelaya.utilsClasspublic class PoolInheritancePool Object Pool 是对象池类,用于对象的存储、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅度。 Public Methods MethodDefined By clearB...
来源: Laya2.0_api 发布时间: 20190513
...配置文件中读取,value为对应的动画模版,是一个Graphics对象数组,每个Graphics对象对应一个帧图像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用...
来源: Laya2.0_api 发布时间: 20190513
...nts Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Point y : Number该点的垂直坐标。PointPub...
来源: Laya2.0_api 发布时间: 20190513
...ct Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用此对象,否则会导致不可预料的错误。 注...
来源: Laya2.0_api 发布时间: 20190513
...pertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineWidth : Number (可选)边框宽度。 DrawCircleCmd radius : Number 半径。 DrawCircleCmd...
来源: Laya2.0_api 发布时间: 20190513
...pertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineWidth : Number 可选)边框宽度。 DrawPolyCmd points : Array 多边形的点集合。 DrawPoly...
来源: Laya2.0_api 发布时间: 20190513
...ceTween Object Tween 是一个缓动类。使用此类能够实现对目标对象属性的渐变。 Public Properties PropertyDefined By progress : Number[write-only] 设置当前执行比例Tween repeat : int = 1重播次数,如果repeat=0,则表示无限循环播放Tween update : Han...
来源: Laya2.0_api 发布时间: 20190513
...pertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawRectCmd height : Number 矩形高度。 DrawRectCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawRectCmd lineWidth : Number (可选)边框宽度。 DrawRectCmd ...
来源: Laya2.0_api 发布时间: 20190513
...pertyDefined By lineColor : * 线段颜色,或者填充绘图的渐变对象。 DrawCurvesCmd lineWidth : Number (可选)线段宽度。 DrawCurvesCmd points : Array 线段的点集合,格式[controlX, controlY, anchorX, anchorY...]。 DrawCurvesCmd x : Number 开始绘制的 X ...
来源: Laya2.0_api 发布时间: 20190513
...pertyDefined By lineColor : * 线段颜色,或者填充绘图的渐变对象。 DrawLinesCmd lineWidth : Number (可选)线段宽度。 DrawLinesCmd points : Array 线段的点集合。格式:[x1,y1,x2,y2,x3,y3...]。 DrawLinesCmd x : Number 开始绘制的X轴位置。 DrawLinesCm...
来源: Laya2.0_api 发布时间: 20190513