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

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

331. laya.display.Text [ 20%]

...nvas:= htmlCanvas.getCanvas();//获取原生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, ...

来源: laya_api 发布时间: 20170929

332. laya.html.dom.HTMLDivElement_API3.0 [ 20%]

...r tex: Texture2D 输出渲染结果 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是...

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

333. laya.ui.ColorPicker_API3.0 [ 20%]

...e borderColor bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea inputBgColor inputColor is3D left mask mouseEn...

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

334. laya.display.Text [ 20%]

...:Number, offsetX:Number, offsetY:Number):TextureSprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frame...

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

335. laya.display.Stage [ 20%]

...:Number, offsetX:Number, offsetY:Number):TextureSprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  exitFullscreen():void退出全屏模式Stage frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某...

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

336. laya.display.Animation_API3.0 [ 18%]

...index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited from Node.bubbleEvent Defined in laya/display/Node.ts:145 Parameters type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callL...

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

337. laya.ui.WXOpenDataViewer_API3.0 [ 18%]

...rotected All Inherited Externals Only exported Menu Globals "laya/ui/WXOpenDataViewer" WXOpenDataViewer Class WXOpenDataViewer 微信开放数据展示组件,直接实例本组件,即可根据组件宽高,位置,以最优的方式显示开放域数据 Hierarchy UIComponent WXOpenDataViewer I...

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

338. laya.display.Text_API3.0 [ 18%]

...例。 Returns Component 组件。 bubbleEvent bubbleEvent(type: string, data?: any): void Inherited from Node.bubbleEvent Defined in laya/display/Node.ts:145 Parameters type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLat...

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

339. laya.ui.Button_API3.0 [ 18%]

... bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea iconOffset is3D label labelAlign labelBold lab...

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

340. laya.ui.CheckBox_API3.0 [ 18%]

...的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 example 以下示例代码,创建了一个 CheckBox 实例。 package { import laya.ui.CheckBox; import laya.utils.Handler; public class CheckBox_Example { public funct...

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