大约有 352 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
Laya_社区(234) Laya2.0_文档(41) Laya3.0_文档(22) Laya2.0_示例(15) Laya_示例(14) Laya3.0_api(10) laya_api(8) Laya2.0_api(8)
...http://www.mapeditor.org/](http://www.mapeditor.org/))后,直接点击`DownLoad at itch.io`按钮进入下载链接([https://thorbjorn.itch.io/tiled](https://thorbjorn.itch.io/tiled))。如果官网改版,也可以直接从下载页[http://www.mapeditor.org/download.html](http://www.mapedi...
来源: Laya2.0_文档 发布时间: 20210715
...http://www.mapeditor.org/](http://www.mapeditor.org/))后,直接点击`DownLoad at itch.io`按钮进入下载链接([https://thorbjorn.itch.io/tiled](https://thorbjorn.itch.io/tiled))。如果官网改版,也可以直接从下载页[http://www.mapeditor.org/download.html](http://www.mapedi...
来源: Laya2.0_文档 发布时间: 20210714
...申请接口的APPID与密钥 www.youme.im 2下载SDK https://www.youme.im/download.php 开发工具:Android Studio 2.3.3(WIN版本) 开发环境:WIN7 接下来LAYABOX构建APP项目 然后Android Studio导入我们刚刚构建好的项目 接下来 把我们刚刚下载好的游密的SDK导...
来源: Laya_社区 发布时间: 20170722
...ource/ui/hscroll.png", "resource/ui/hscroll$bar.png", "resource/ui/hscroll$down.png", "resource/ui/hscroll$up.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { hScrollBar = new HScrollBar();//创建一个 HScrollBar 类的实例对象 hScrollBa...
来源: Laya3.0_api 发布时间: 20231115
...ource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():void { vScrollBar = new VScrollBar();//创建一个 vScrollBar 类的实例对象 hScrollBar 。 vScrollBar....
来源: Laya3.0_api 发布时间: 20231115
...art()方法中,加入鼠标按下监听 //Laya.stage.on(Laya.Event.MOUSE_DOWN,this, this.onMouseDown); //鼠标点下事件,处理发射射线,检测碰撞物体 onMouseDown(e: Laya.Event) { let point = new Laya.Vector2(); point.x = Laya.stage.mouseX; point.y = Laya.stage.mouseY; //产生射...
来源: Laya3.0_文档 发布时间: 20241014
...ource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():void { var arr:Array = [];//创建一个数组,用于存贮列表的数据信息。 for (var i:int = 0; i ...
来源: Laya3.0_api 发布时间: 20231115
...动图2-2所示。 (动图2-2) 2.2.2 鼠标事件 名称 条件 onMouseDown 鼠标按下时执行 onMouseUp 鼠标抬起时执行 onRightMouseDown 鼠标右键或中键按下时执行 onRightMouseUp 鼠标右键或中键抬起时执行 onMouseMove 鼠标在节点上移动时执行 onMouseOver ...
来源: Laya3.0_文档 发布时间: 20241014
...ource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui/clip_selectBox.png", "resource/ui/clip_tree_folder.png", "resource/ui/clip_tree_arrow.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():voi...
来源: Laya3.0_api 发布时间: 20231115
...g 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。 Button labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 Button labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下...
来源: laya_api 发布时间: 20170929