大约有 127 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0025 秒)
...绘制的 Y 轴位置。 DrawCurvesCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawCurvesCmdPublic Constants ConstantDefined By ID : String = DrawCurves[static] DrawCurvesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的...
来源: Laya2.0_api 发布时间: 20190513
...始绘制的Y轴位置。 DrawLinesCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawLinesCmdPublic Constants ConstantDefined By ID : String = DrawLines[static] DrawLinesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的渐...
来源: Laya2.0_api 发布时间: 20190513
...绘制的 Y 轴位置。 DrawPolyCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawPolyCmdPublic Constants ConstantDefined By ID : String = DrawPoly[static] DrawPolyCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对...
来源: Laya2.0_api 发布时间: 20190513
...:Array[static] 根据对象类型标识字符,获取对象池。 Pool recover(sign:String, item:Object):void[static] 将对象放到对应类型标识的对象池中。 Pool recoverByClass(instance:*):void[static] 根据类名进行回收,如果类有类名才进行回收,没有则不回...
来源: Laya2.0_api 发布时间: 20190513
...绘制的 Y 轴位置。 DrawRectCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawRectCmdPublic Constants ConstantDefined By ID : String = DrawRect[static] DrawRectCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对...
来源: Laya2.0_api 发布时间: 20190513
...Number Y轴偏移量。 FillTextureCmdPublic Methods MethodDefined By recover():void 回收到对象池 FillTextureCmdPublic Constants ConstantDefined By ID : String = FillTexture[static] FillTextureCmdProperty Detailheightpropertypublic var height:Number (可选)高度。 offsetpropert...
来源: Laya2.0_api 发布时间: 20190513
... @param sign 对象类型标识字符。 * @param item 对象。 */ static recover(sign: string, item: any): void { if (item[Pool.POOLSIGN]) return; item[Pool.POOLSIGN] = true; Pool.getPoolBySign(sign).push(item); } 比如在游戏的一场战斗过程中,从对象池中拿出的子弹已经结束...
来源: Laya3.0_文档 发布时间: 20230303
...选)Y轴偏移量。 DrawTextureCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawTextureCmdPublic Constants ConstantDefined By ID : String = DrawTexture[static] DrawTextureCmdProperty Detailalphapropertypublic var alpha:Number (可选)透明度。 blendModeprop...
来源: Laya2.0_api 发布时间: 20190513
...(相对于画布)。 StrokeTextCmdPublic Methods MethodDefined By recover():void 回收到对象池 StrokeTextCmdPublic Constants ConstantDefined By ID : String = StrokeText[static] StrokeTextCmdProperty Detailcolorpropertypublic var color:String 定义文本颜色,比如"#ff0000"。 ...
来源: Laya2.0_api 发布时间: 20190513
...mber Y轴偏移量。 DrawTrianglesCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawTrianglesCmdPublic Constants ConstantDefined By ID : String = DrawTriangles[static] DrawTrianglesCmdProperty Detailalphapropertypublic var alpha:Number alpha blendModeproperty public...
来源: Laya2.0_api 发布时间: 20190513