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

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

1. laya.display.Text [ 100%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextProperties | Methods | Events Packagelaya.displayClasspublic class TextInheritanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系...

来源: laya_api 发布时间: 20170929

2. laya.display.Input [ 98%]

...s | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与...

来源: laya_api 发布时间: 20170929

3. laya.display.BitmapFont [ 90%]

...ic Methods  MethodDefined By  destroy():void 销毁位图字体,调用Text.unregisterBitmapFont 时,默认会销毁。 BitmapFont  getCharTexture(char:String):Texture 获取指定字符的字体纹理对象。 BitmapFont  getCharWidth(char:String):Number 获取指定字符的宽度。 Bit...

来源: laya_api 发布时间: 20170929

4. laya.net.HttpRequest [ 87%]

...send(url:String, data:* = null, method:String = get, responseType:String = text, headers:Array = null):void 发送 HTTP 请求。 HttpRequestEvents Event Summary Defined By  complete请求结束后调度。HttpRequest  error请求出错时调度。HttpRequest  progress请求进度改变时调...

来源: laya_api 发布时间: 20170929

5. laya.html.dom.HTMLDivElement [ 85%]

...es HTMLIframeElement DIV标签 Public Properties PropertyDefined By  contextHeight : Number 实际内容的高 HTMLDivElement  contextWidth : Number 实际内容的宽 HTMLDivElement  height : Number[override] [read-only] 获取对象的高 HTMLDivElement  innerHTML : String[write-only] 设...

来源: laya_api 发布时间: 20170929

6. laya.utils.ClassUtils [ 85%]

...s":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" } } ] } ClassUtils  getInstance(className:String):*[static] 根据名称创建 Class 实例。 ClassUtils  getRegClass(className:String):*[static] 返...

来源: laya_api 发布时间: 20170929

7. laya.ui.Label [ 85%]

...belInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  align : String 表示文本的...

来源: laya_api 发布时间: 20170929

8. laya.display.Graphics [ 81%]

...Color:* = null, lineWidth:Number = 1):void 绘制矩形。 Graphics  drawTexture(tex:Texture, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, m:Matrix = null, alpha:Number = 1):Array 绘制纹理。 Graphics  drawTextures(tex:Texture, pos:Array):void 批量绘制同样纹理。 ...

来源: laya_api 发布时间: 20170929

9. laya.ui.TextInput [ 78%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和...

来源: laya_api 发布时间: 20170929

10. laya.net.Loader [ 77%]

...集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。Loader  BUFFER : String = arraybuffer[static] 二进制类型,加载完成后返回arraybuffer二进制数据。Loader  FONT : String = font[static] 位图字体类型,加载完成后返回BitmapFont。Loade...

来源: laya_api 发布时间: 20170929