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

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

351. 循环添加一组按钮事件无法正常使用 [ 61%]

...checkLoc[eggLoc[i][0]][eggLoc[i][1]]= 1;                 var b:Sprite = new Sprite();                 //var c = this.getChildByName("eggHole"+[eggLoc[i][0]+eggLoc[i][1]);                 b.graphics.drawTexture(Laya.loader.getRes(Res),tx-45,ty-45);          ...

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

352. laya.device.media.Video [ 61%]

...| Events Packagelaya.device.mediaClasspublic class VideoInheritanceVideo Sprite Node EventDispatcher Object Video将视频显示到Canvas上。Video可能不会在所有浏览器有效。 关于Video支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 注意...

来源: laya_api 发布时间: 20170929

353. laya.ui.Panel [ 61%]

...vents Packagelaya.uiClasspublic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1...

来源: laya_api 发布时间: 20170929

354. 如何实现类似AS3下的BitmapData.draw去截取区域图片? [ 61%]

...图片 2、通过TextureCreate创建package {     import laya.display.Sprite;     import laya.resource.Texture;     import laya.utils.Handler;     public class CupPhone     {         public function CupPhone()         {             Laya.init(550,400);        ...

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

355. laya.ui.TextArea [ 61%]

...iClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...

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

356. laya.ui.Component [ 61%]

...s | Events Packagelaya.uiClasspublic class ComponentInheritanceComponent Sprite Node EventDispatcher ObjectImplements IComponentSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager Component 是ui控件类的基类。 生命周期:preiniti...

来源: laya_api 发布时间: 20170929

357. 遮罩区域放大 会导致图片模糊 [ 61%]

...Mode='lighter' 图片异常 Texture图片能否进行翻转? 如何设置Sprite的宽高和点击区域? 救命!canvas定位后 点击区域偏移,求大大们解答 matter中layasprite怎么改变图片大小? iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是...

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

358. laya.ui.TextArea [ 61%]

....uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示...

来源: laya_api 发布时间: 20170929

359. laya.display.Scene [ 61%]

...hods | Events Packagelaya.displayClasspublic class SceneInheritanceScene Sprite Node EventDispatcher Object 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestro...

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

360. 继承Dialog 的类视图。都是默认可以拖动的嘛?如果是,怎么让他不响应拖动,自定义拖动事件处理呢 [ 61%]

...景类了,此时该如何获得场景内的元素 关于遍历产生的sprite的点击事件,急,大神帮看哈 iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 Animation如何加点击事件 btn 鼠标移动上去默认文本颜色是绿色,我想...

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