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

大约有 363 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)

141. laya.utils.PerfHUD [ 66%]

...ds | Events Packagelaya.utilsClasspublic class PerfHUDInheritancePerfHUD Sprite Node EventDispatcher ObjectPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-on...

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

142. laya.ui.Box [ 66%]

...ods | Events Packagelaya.uiClasspublic class BoxInheritanceBox Component Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, Tree, UIGroup, View, ViewStack Box 类是一个控件容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Pr...

来源: laya_api 发布时间: 20170929

143. laya.map.GridSprite [ 66%]

...cumentationAll Packages | All Classes | Index | Frames No Frames GridSpriteProperties | Methods | Events Packagelaya.mapClasspublic class GridSpriteInheritanceGridSprite Sprite Node EventDispatcher Object 地图的每层都会分块渲染处理 本类就是地图的块数据 Public Properti...

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

144. laya.ui.Box [ 66%]

...s | Events Packagelaya.uiClasspublic class BoxInheritanceBox UIComponent Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, ScaleBox, Tree, UIGroup, ViewStack Box 类是一个控件容器类。 Public Properties Hide Inherited Public Properties Show Inherited Publi...

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

145. 创建多个Sprite后,用getChildByName()方法获取出来的的坐标是都是0,0,且高宽发生变化 [ 66%]

创建多个Sprite后,用getChildByName()方法获取出来的的坐标是都是0,0,且高宽发生变化 在创建的不同位置的Sprite并设置了不同坐标以及相同大小之后,再次根据getChildByName()获取出来时x,y坐标居然是0,0而且高度跟宽度也会变化很多,...

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

146. 绘制矩形与圆角矩形(TypeScript-LayaAir基础篇(TS)-矢量图) [ 66%]

...形,示例代码如下: ```typescript module laya {     import Sprite = Laya.Sprite;     import Stage = Laya.Stage;       export class Sprite_DrawShapes {         private sp: Sprite;           constructor()         {             //...

来源: Laya2.0_文档 发布时间: 20210715

147. laya.ui.TipManager [ 66%]

...Packagelaya.uiClasspublic class TipManagerInheritanceTipManager Component Sprite Node EventDispatcher Object鼠标提示管理类Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透...

来源: laya_api 发布时间: 20170929

148. 绘制矩形与圆角矩形(JavaScript-LayaAir基础篇(JS)-矢量图) [ 66%]

...量矩形,示例代码如下: ```javascript (function() {     var Sprite = Laya.Sprite;     var Stage  = Laya.Stage;        (function()     {         //初始化舞台         Laya.init(500, 300);         drawSomething();     })();      ...

来源: Laya2.0_文档 发布时间: 20210715

149. IphoneX点击问题 [ 65%]

...区域关闭弹框 ui list 里面的元素不能点击两次 如何设置Sprite的宽高和点击区域? 关于遍历产生的sprite的点击事件,急,大神帮看哈 IDE1.7.8 json图集加载问题 救命!canvas定位后 点击区域偏移,求大大们解答 关于适配采用showAll后...

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

150. 绘制矩形与圆角矩形(ActionScript-LayaAir基础篇(AS3)-矢量图) [ 65%]

...形,示例代码如下: ```java package {     import laya.display.Sprite;     import laya.display.Stage;            public class Sprite_DrawShapes     {         private var sp:Sprite;                    public function Sprite_DrawShapes() ...

来源: Laya2.0_文档 发布时间: 20210715