大约有 312 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0064 秒)
Laya_社区(78) Laya3.0_api(62) Laya2.0_api(58) laya_api(54) Laya2.0_文档(41) Laya3.0_文档(17) Laya2.0_示例(1) Laya_示例(1)
...ion():void { var img:Texture = Laya.loader.getRes("comp/comp.png"); var sp:Sprite = new Sprite(); sp.graphics.drawTexture(img); Laya.stage.addChild(sp); })); Laya.loader.load("res/atlas/test.atlas", Handler.create(this, function():void { var img:Texture = Laya.loader.getRes("test/test.png"); var sp:...
来源: Laya2.0_文档 发布时间: 20210714
...nts Packagelaya.uiClasspublic class ComboBoxInheritanceComboBox Component Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...
来源: laya_api 发布时间: 20170929
...片 执行代码说加载不出来资源 这个是怎么回事? new Laya.Sprite();绘制图形以后,怎么删除释放资源? 分享:LayaAir下如何获取图集下的小图资源? 自定义组件在ui编辑器上正常使用,但是导出的ui组件引用错误 a类引用了b类里的...
来源: Laya_社区 发布时间: 20200414
...因的吗?~~~~~~~~~~~~~ 3d场景单材质单模型CurMem300多 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 如何导入3D模型,以及展示与编辑它 3D模型tween旋转...
来源: Laya_社区 发布时间: 20170904
... Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和...
来源: laya_api 发布时间: 20170929
... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video Hierarchy Sprite VideoNode Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alp...
来源: Laya3.0_api 发布时间: 20231115
...Packagelaya.uiClasspublic class ScrollBarInheritanceScrollBar UIComponent Sprite Node EventDispatcher ObjectSubclasses HScrollBar, VScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示区域无法容纳时,最终用户可以使用 ScrollBar 组件控制所显示的...
来源: Laya2.0_api 发布时间: 20190513
...! laya开发的3d跑酷 Laya 鼠标Cursor怪异问题,有demo new Laya.Sprite();绘制图形以后,怎么删除释放资源? 问题状态 最新活动: 2017-08-07 16:31 浏览: 1518 关注: 2 人 babby_bei • 2017-08-07 17:01 意思是说,我执行destroy方法,CurMem内存没有减少...
来源: Laya_社区 发布时间: 20170807
...lize > createChildren > initialize > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url au...
来源: Laya3.0_api 发布时间: 20231115
图片遮罩大小跟设置不一致 (function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.client...
来源: Laya_社区 发布时间: 20171220