大约有 931 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0080 秒)
Laya_社区(674) Laya3.0_api(66) Laya2.0_api(57) laya_api(53) Laya2.0_文档(45) Laya3.0_文档(21) Laya2.0_示例(8) Laya_示例(7)
..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint ...
来源: Laya3.0_api 发布时间: 20231115
...绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite timer : Timer[override] 场景时钟Scene top : Number 从组件顶边到其内容区域顶边之间的垂直距离...
来源: Laya2.0_api 发布时间: 20190513
...绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠...
来源: Laya2.0_api 发布时间: 20190513
...mlCanvas.getCanvas();//获取原生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Arra...
来源: laya_api 发布时间: 20170929
...参照代码如下: ```typescript //先加载plf类型的合并后文件Image.json Laya.loader.load([{url: "res/Image.json", type: "plf"}], Handler.create(this, function():void { //在回调里,正常使用原来的图集 Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, function():v...
来源: Laya2.0_文档 发布时间: 20210714
..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal lock off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf rende...
来源: Laya3.0_api 发布时间: 20231115
...绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite timer : Timer[override] 场景时钟Scene top : Number 从组件顶边到其内容区域顶边之间的垂直距离...
来源: Laya2.0_api 发布时间: 20190513
...mlCanvas.getCanvas();//获取原生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Arra...
来源: laya_api 发布时间: 20170422
...mlCanvas.getCanvas();//获取原生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Arra...
来源: laya_api 发布时间: 20170929
...绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩...
来源: Laya2.0_api 发布时间: 20190513