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

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

191. laya.ui.ProgressBar [ 94%]

...aya.uiClasspublic class ProgressBarInheritanceProgressBar Component Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默...

来源: laya_api 发布时间: 20170929

192. laya.display.AnimationPlayerBase [ 94%]

...Classpublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播放基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可以继承此类,但不要直接实例化此类,因为有...

来源: laya_api 发布时间: 20170929

193. laya.d3.core.scene.Scene [ 94%]

...s Packagelaya.d3.core.sceneClasspublic class SceneInheritanceScene Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource BaseScene 类用于实现场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : ...

来源: laya_api 发布时间: 20170929

194. laya.ui.Tab_API3.0 [ 94%]

...fined in laya/ui/Tab.ts:84 Returns Tab Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...

来源: Laya3.0_api 发布时间: 20231115

195. 引用Node.js码时报错 [ 94%]

引用Node.js码时报错 Node.js程式码片段var modulus = new Buffer(modulus_b64, 'base64'); 直接点击Buffer移置定义发现index.d.ts裡有写 但这行划了红线 直接使用Buffer会报 Buffer is not defined 改成Laya.Buffer则不能工作 有没有具体上引用的方法呢   附...

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

196. laya.display.Input [ 94%]

...ts Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击...

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

197. laya.ui.List [ 94%]

...Packagelaya.uiClasspublic class ListInheritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Pu...

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

198. 网络和格式-XML [ 94%]

... } printDirectChildren(xml); } function printDirectChildren(xml) { var rootNode = xml.firstChild ; var nodes = rootNode.childNodes; for (var i = 0; i item aitem bsomethis..."; var xmlValue:string = "item aitem bsomethings..."; this.proessXML(xmlValueContainsError); console.log("\n"); this.proessXML(...

来源: Laya_示例 发布时间: 20240930

199. IDE导出来的动画不能自己设置旋转嘛? 而且动画附着在node上面node旋转动画也不能自动跟着旋转有什么办法么? [ 94%]

IDE导出来的动画不能自己设置旋转嘛? 而且动画附着在node上面node旋转动画也不能自动跟着旋转有什么办法么? 2018-07-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_A...

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

200. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 94%]

...代码编译失败,提示“Property 'transform' does not exist on type 'Node'” 我从unity工程导出prefab到layaair中使用,根据文档中的介绍,使用如下代码加载prefab资源,             Laya.Sprite3D.load("res/prefabs/Conventional/SampleScene.lh", Laya.Handler.create(...

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