大约有 879 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
Laya_社区(629) Laya3.0_api(66) Laya2.0_api(57) laya_api(53) Laya2.0_文档(41) Laya3.0_文档(18) Laya2.0_示例(8) Laya_示例(7)
...ch ) { window.conch.captureScreen(function(arrayBuff,width,height){ window.image = window.document.createElement("img"); window.image.putImageData(arrayBuff,width,height); }) } } E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>...
来源: Laya_社区 发布时间: 20180227
... { var url:String = "../Res/Images/Role1/00011208_"+ index.toString() +".bmp"; arr.push(url); } Laya.loader.load(arr,Handler.create(this,LoadComplated)); } ...
来源: Laya_社区 发布时间: 20170918
数组声明问题 想要声明一个数组,其中数据的类型为laya.image,应该怎么样声明 2018-04-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 xueLayaBox - 爱学习 赞同来自: var arr:Array<...
来源: Laya_社区 发布时间: 20180409
...ategory=3d&group=Camera&name=D3SpaceToD2Space 当把下面那个2D image 层级改到scene3d下面 y坐标向上移动100个像素 这个image就显示不出来了。 自己也测试了,把scene3d camera clear flag改为 Depth only也是没有用的,好像就是重叠在3d场景后...
来源: Laya_社区 发布时间: 20200104
...kin":"comp/bg.png","sizeGrid":"30,4,4,4","width":600,"height":400},"type":"Image"},{"props":{"x":41,"y":56,"skin":"comp/button.png","label":"点我赋值","width":150,"height":37,"sizeGrid":"4,4,4,4","var":"btn"},"type":"Button"},{"props":{"x":401,"y":56,"skin":"comp/clip_num.png","clipX":10,"var":"...
来源: Laya_社区 发布时间: 20170330
...ocumentationAll Packages | All Classes | Index | Frames No Frames AdvImageProperties | Methods | Events Packagelaya.uiClasspublic class AdvImageInheritanceAdvImage Image UIComponent Sprite Node EventDispatcher Object 广告插件 Public Properties Hide Inherited Public Properties Show Inher...
来源: Laya2.0_api 发布时间: 20190513
...a.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var buttonSkin:String = "../../../../res/ui/button-7.png"; /***切片资源***/ private var clipSkin:Stri...
来源: Laya2.0_文档 发布时间: 20210714
...效果模板。** **步骤一**:我们从资源管理器中,将一个Image组件拖拽到`scale.efc`的场景编辑器中。如图3所示。 ![图3](img/3.png) (图3) **步骤二**:勾选`动画编辑模式`,然后选中`第1帧`和`Image`组件,在组件上右键`创建关键帧`。 如...
来源: Laya2.0_文档 发布时间: 20210715
...3-31 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: ui组件除了image和clip之外,所有的图片资源皮肤都需要提前预加载,否则运行的时候会出现譬如丢失的问题! 2017-03-31 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20170331
...载不出来 var resArray = [{ url: "ui/BG/Start.png", type: Laya.Loader.IMAGE }, { url: "ui/BG/load.png", type: Laya.Loader.IMAGE }, { url: "res/atlas/comp.atlas", type: Laya.Loader.ATLAS }, { url: "res/atlas/ui.atlas", type: Laya.Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Handler.create(th...
来源: Laya_社区 发布时间: 20181105