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

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

71. laya.display.cmd.DrawPieCmd [ 76%]

...始绘制的 Y 轴位置。 DrawPieCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawPieCmdPublic Constants ConstantDefined By  ID : String = DrawPie[static] DrawPieCmdProperty DetailendAnglepropertyendAngle:Number 结束角度。 Implementation     public function...

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

72. laya.utils.Tween_API3.0 [ 76%]

...perties repeat update Accessors progress Methods clear complete from pause recover restart resume setStartTime to clear clearAll from to Properties repeat repeat: number = 1 Defined in laya/utils/Tween.ts:38 重播次数,如果repeat=0,则表示无限循环播放 update update: Handler Defined i...

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

73. laya.display.cmd.DrawPathCmd [ 76%]

...绘制的 Y 轴位置。 DrawPathCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawPathCmdPublic Constants ConstantDefined By  ID : String = DrawPath[static] DrawPathCmdProperty Detailbrushpropertypublic var brush:Object (可选)刷子定义,支持以下设置{fi...

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

74. laya.display.cmd.FillBorderTextCmd [ 76%]

...对于画布)。 FillBorderTextCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 FillBorderTextCmdPublic Constants ConstantDefined By  ID : String = FillBorderText[static] FillBorderTextCmdProperty DetailborderColorpropertypublic var borderColor:String 定义镶边文本...

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

75. laya.display.cmd.FillTextCmd [ 75%]

...(相对于画布)。 FillTextCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 FillTextCmdPublic Constants ConstantDefined By  ID : String = FillText[static] FillTextCmdProperty Detailcolorpropertycolor:String 定义文本颜色,比如"#ff0000"。 Implementation   ...

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

76. laya.maths.Rectangle_API3.0 [ 74%]

...ds addPoint clone contains copyFrom equals intersection intersects isEmpty recover reset setTo toString union create Constructors constructor new Rectangle(x?: number, y?: number, width?: number, height?: number): Rectangle Defined in laya/maths/Rectangle.ts:27 创建一个 Rectangle 对象。 Param...

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

77. Laya.Pool缓存池问题 [ 72%]

...型标字符", "用于创建该类型对象的类"); Pool.recover( "对象类型标字符", "要存储的对象"); 15818760256 • 2018-04-17 16:56 @w1114367261:是的呀。。没错呀。。其实数组里的key就是获取时的标识符,是一样的。。var r...

来源: Laya_社区 发布时间: 20180417

78. 如何能监听到TouchStart和TouchEnd事件 [ 72%]

...         static HIERARCHY_LOADED: string;         /** 定义 recovering 事件对象的 type 属性值。*/         static RECOVERING: string;         /** 定义 recovered 事件对象的 type 属性值。*/         static RECOVERED: string;         /** 定...

来源: Laya_社区 发布时间: 20170601

79. laya.maths.Matrix_API3.0 [ 70%]

...at copyTo destroy getScaleX getScaleY identity invert invertTransformPoint recover rotate scale setTo setTranslate skew toString transformPoint transformPointN translate create mul mul16 Constructors constructor new Matrix(a?: number, b?: number, c?: number, d?: number, tx?: number, ty?: number, num...

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

80. laya.utils.Tween [ 70%]

..., complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween[static] 从props属性,缓动到当前状态。 Tween  pause():void 暂停缓动,可以通过resume或restart重新开始。 Tween  recover():void 回收到对象池。Tween  restart():...

来源: laya_api 发布时间: 20170929