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

大约有 1,243 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0077 秒)

121. laya.html.dom.HTMLDivElement [ 89%]

...a.html.domClasspublic class HTMLDivElementInheritanceHTMLDivElement Sprite Node EventDispatcher ObjectSubclasses HTMLIframeElement HTML图文类,用于显示html内容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如: span:行内元素标...

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

122. laya.ui.Box [ 89%]

...ents 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 Public Prope...

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

123. laya.display.Scene [ 89%]

... Events Packagelaya.displayClasspublic class SceneInheritanceScene Sprite Node EventDispatcher Object 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScen...

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

124. layaair2-cmd compile 一直报错loader.js:638 throw err; [ 89%]

...  at Object.<anonymous> (C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\vinyl\index.js:12:25)     at Module._compile (internal/modules/cjs/loader.js:778:30)     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)     at Module.load...

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

125. laya.map.GridSprite [ 89%]

...s Packagelaya.mapClasspublic class GridSpriteInheritanceGridSprite Sprite Node EventDispatcher Object 地图的每层都会分块渲染处理 本类就是地图的块数据 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...

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

126. laya.ui.ScaleBox [ 89%]

...aya.uiClasspublic class ScaleBoxInheritanceScaleBox Box UIComponent Sprite Node EventDispatcher Object 自适应缩放容器,容器设置大小后,容器大小始终保持stage大小,子内容按照原始最小宽高比缩放 Public Properties Hide Inherited Public Properties Show Inherited Pu...

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

127. laya.ui.Tree [ 88%]

...Packagelaya.uiClasspublic class TreeInheritanceTree Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined ...

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

128. laya.ui.TipManager [ 88%]

...aya.uiClasspublic class TipManagerInheritanceTipManager UIComponent Sprite Node EventDispatcher Object鼠标提示管理类Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : B...

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

129. laya.ui.FrameClip [ 88%]

...ss FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透...

来源: laya_api 发布时间: 20170422

130. 组件编程中Node节点的属性访问运行报错 [ 88%]

组件编程中Node节点的属性访问运行报错 组件编程中继承Laya.Script 的脚本,用拖拽方式绑定节点,设置节点属性代码正确,编译也没报错,运行时报错。 实例中ProgressBar设置value 也有问题,后边不知道怎么就没问题了,再后来写...

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