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

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

1. laya.events.Event [ 100%]

...ventPublic Constants ConstantDefined By  ADDED : String = added[static] 定义 added 事件对象的 type 属性值。Event  ANIMATION_CHANGED : String = animationchanged[static] 更换动作时触发。Event  BLUR : String = blur[static] 定义 blur 事件对象的 type 属性值。Event  ...

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

2. laya.ui.UIEvent [ 99%]

...iClasspublic class UIEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活...

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

3. laya.d3.shader.DefineDatas [ 96%]

...neDatas ObjectImplements laya.d3.core.IClone DefineDatas 类用于创建宏定义数据。 Public Methods  MethodDefined By  DefineDatas() 创建一个 DefineDatas 实例。 DefineDatas  add(define:int):void 增加Shader宏定义。 DefineDatas  clone():* 克隆。 DefineDatas  cloneTo(dest...

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

4. laya.display.cmd.FillBorderTextCmd [ 90%]

...文本边框 Public Properties PropertyDefined By  borderColor : String 定义镶边文本颜色。 FillBorderTextCmd  fillColor : String 定义文本颜色,比如"#ff0000"。 FillBorderTextCmd  font : String 定义字体和字号,比如"20px Arial"。 FillBorderTextCmd  lineWidth : Num...

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

5. laya.display.cmd.StrokeTextCmd [ 85%]

...绘制描边文字 Public Properties PropertyDefined By  color : String 定义文本颜色,比如"#ff0000"。 StrokeTextCmd  font : String 定义字体和字号,比如"20px Arial"。 StrokeTextCmd  lineWidth : Number 线条宽度。 StrokeTextCmd  text : String 在画布上输出的文...

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

6. laya.display.cmd.DrawPathCmd [ 85%]

... Public Properties PropertyDefined By  brush : Object (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。 DrawPathCmd  paths : Array 路径集合,路径支持以下格式:[["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"]]。 DrawPathCmd  pen : Object ...

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

7. laya.display.cmd.FillTextCmd [ 85%]

...bject 绘制文字 Public Properties PropertyDefined By  color : String 定义文本颜色,比如"#ff0000"。 FillTextCmd  font : String 定义字号和字体,比如"20px Arial"。 FillTextCmd  text : String 在画布上输出的文本。 FillTextCmd  textAlign : String 文本对齐方...

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

8. laya.d3.shader.SubShader [ 82%]

...SubShader  getMaterialDefineByName(name:String):int 通过名称获取宏定义值。 SubShader  setFlag(key:String, value:String):void 加标记。 SubShaderMethod DetailgetFlag()method public function getFlag(key:String):String 获取标记值。 Parameters key:StringReturnsString — key 标...

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

9. laya.utils.Ease [ 76%]

...ods Packagelaya.utilsClasspublic class EaseInheritanceEase Object Ease 类定义了缓动函数,以便实现 Tween 动画的缓动效果。 Public Methods  MethodDefined By  backIn(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Number[static] 开始时往后运动,然后反向...

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

10. laya.display.Graphics [ 75%]

...r],["closePath"]]。  brush:Object (default = null) — (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。  pen:Object (default = null) — (可选)画笔定义,支持以下设置{strokeStyle,lineWidth,lineJoin:"bevel|round|miter",lineCap:"butt|round|square",miterLimit}。...

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