大约有 2,728 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0082 秒)
Laya_社区(2214) Laya2.0_文档(123) Laya3.0_api(106) Laya_示例(84) Laya2.0_api(57) Laya2.0_示例(55) laya_api(53) Laya3.0_文档(36)
...内容相关的链接 提交 1 个回复 cuixueying 赞同来自: var sp:Sprite=new Sprite(); for(var i:int=0;i<10;i++) { sp.graphics.drawRect(i*100+10,0,100,100,"#FF0000","#0000FF"); } Laya.stage.addChild(sp); 2017-06-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170617
...(this); } Laya.class(Building,"Building",_super); return Building; })(Laya.Sprite) //床 var Bed = (function (_super){ function Bed(params) { Bed.super(this); } Laya.class(Bed,"Bed",Building); return Bed; })() var HomeView = (function (_super){ var Vec_Buildings = [];//建筑物vec function...
来源: Laya_社区 发布时间: 20171106
...Circular dependency: ui list 里面的元素不能点击两次 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有几率会穿透 鼠标滚轮滚动事件 Panel加了vScrollBarSkin还是不能滚动 3d物理不能触发onCollisionEnter事件 anchor锚点设置不生效 ...
来源: Laya_社区 发布时间: 20170820
... density: 1, //弹力 restitution:0.4, container:this.ballBox, render: { sprite: { texture: "comp/basketball.png", xOffset: 34, yOffset: 34, } } }); 我想通过代码随时更改这个刚体上的texture贴图,this.ball.render.sprite.texture="comp/2.png"这个方法只能在游戏刚开始时执...
来源: Laya_社区 发布时间: 20180716
...Packagelaya.uiClasspublic class VSliderInheritanceVSlider Slider Component Sprite Node EventDispatcher Object 使用 VSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 VSlider 控件采用垂直方向。滑块轨道从下往上扩展,而标签位于轨道...
来源: laya_api 发布时间: 20170929
...Events Packagelaya.ani.swfClasspublic class MovieClipInheritanceMovieClip Sprite Node EventDispatcher Object MovieClip 用于播放经过工具处理后的 swf 动画。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度...
来源: laya_api 发布时间: 20170929
... Events Packagelaya.uiClasspublic class ViewInheritanceView Box Component Sprite Node EventDispatcher ObjectSubclasses Dialog View 是一个视图类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默...
来源: laya_api 发布时间: 20170929
...容相关的链接 提交 2 个回复 nevercai 赞同来自: let bgImage = Sprite.from("bg.png"); let pMask = new Sprite; bgImage.cacheAs = "bitmap"; bgImage.addChild(pMask); let angle = 45; pMask.graphics.clear(); let radius = 80; pMask.graphics.drawPie(45, 45, radius, angle, 90, "#000000"); pMa...
来源: Laya_社区 发布时间: 20190615
...ya.stage.screenMode = Laya.Stage.SCREEN_HORIZONTAL; var scene = new Laya.Sprite(); scene.width = Laya.stage.width; scene.height = Laya.stage.height; scene.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#3e3534"); Laya.stage.addChild(scene); var inputText = new Laya.Input(); inputT...
来源: Laya_社区 发布时间: 20200223
...ds | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是层级类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Propert...
来源: laya_api 发布时间: 20170929