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

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

61. laya.display.cmd.DrawCurvesCmd [ 78%]

...绘制的 Y 轴位置。 DrawCurvesCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawCurvesCmdPublic Constants ConstantDefined By  ID : String = DrawCurves[static] DrawCurvesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的...

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

62. laya.display.cmd.DrawLinesCmd [ 78%]

...始绘制的Y轴位置。 DrawLinesCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawLinesCmdPublic Constants ConstantDefined By  ID : String = DrawLines[static] DrawLinesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的渐...

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

63. laya.display.cmd.DrawPolyCmd [ 78%]

...绘制的 Y 轴位置。 DrawPolyCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawPolyCmdPublic Constants ConstantDefined By  ID : String = DrawPoly[static] DrawPolyCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对...

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

64. laya.utils.Pool [ 77%]

...:Array[static] 根据对象类型标识字符,获取对象池。 Pool  recover(sign:String, item:Object):void[static] 将对象放到对应类型标识的对象池中。 Pool  recoverByClass(instance:*):void[static] 根据类名进行回收,如果类有类名才进行回收,没有则不回...

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

65. laya.display.cmd.DrawRectCmd [ 77%]

...绘制的 Y 轴位置。 DrawRectCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawRectCmdPublic Constants ConstantDefined By  ID : String = DrawRect[static] DrawRectCmdProperty DetailfillColorpropertypublic var fillColor:* 填充颜色,或者填充绘图的渐变对...

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

66. laya.display.cmd.FillTextureCmd [ 77%]

...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

67. 对象池 · LayaAir3.0文档 · LAYABOX [ 77%]

... @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

68. laya.display.cmd.DrawTextureCmd [ 77%]

...选)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

69. laya.display.cmd.StrokeTextCmd [ 76%]

...(相对于画布)。 StrokeTextCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 StrokeTextCmdPublic Constants ConstantDefined By  ID : String = StrokeText[static] StrokeTextCmdProperty Detailcolorpropertypublic var color:String 定义文本颜色,比如"#ff0000"。 ...

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

70. laya.display.cmd.DrawTrianglesCmd [ 76%]

...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