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

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

121. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 81%]

...d from Node._scene Defined in laya/display/Node.ts:641 Optional _url _url: string Inherited from Node._url Defined in laya/display/Node.ts:55 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts:59 节点名称。 Optional tag tag: string Inherited from Node.tag Defined in...

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

122. JSON文件加载成功后,怎么解析成Object对象 [ 81%]

...ame": "Chen"}'); traceMsg(test['id']); traceMsg(test['name']); var jsonURL:String = "res/json/config.json"; traceMsg("加载: " + jsonURL); Laya.loader.load(jsonURL, Handler.create(this, readJsonFinish, [jsonURL]), null, Loader.JSON); } private function readJsonFinish(url:String = null):void { trace...

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

123. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 81%]

...如果请求未完成或失败,则该值为 `null` | | responseText | DOMString | 此次请求的响应为文本,或是当请求未成功或还未发送时为 `null`**只读。** | | responseType | XMLHttpRequestResponseType | 设置该值能够改变响应类型。就是告诉服务器你期望...

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

124. laya.components.AnimationClip2D_API3.0 [ 81%]

...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited...

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

125. laya.d3.core.material.unlit.UnlitTestMaterial_API3.0 [ 80%]

...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:97 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined in laya/d3/core/material/Material.ts:134 所属渲染队列. url ...

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

126. laya.resource.Texture [ 80%]

...ber = 0原始宽度(包括被裁剪的透明区域)。Texture  url : String图片地址Texture  uv : Array UV信息。Texture  width : Number 实际宽度。TexturePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Texture(bitmap:Bitmap = null, ...

来源: laya_api 发布时间: 20170929

127. laya.display.Input [ 80%]

...c Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透...

来源: laya_api 发布时间: 20170929

128. laya.d3.core.Avatar [ 80%]

...隆。 Avatar  cloneTo(destObject:*):void 克隆。 Avatar  load(url:String, complete:Handler):void[static] 加载Avatar文件。 AvatarConstructor DetailAvatar()Constructorpublic function Avatar() 创建一个 Avatar 实例。 Method Detail_cloneDatasToAnimator()method public function _cloneDat...

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

129. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 80%]

...d Constructors constructor new PixelLineSprite3D(maxCount?: number, name?: string): PixelLineSprite3D Overrides RenderableSprite3D.constructor Defined in laya/d3/core/pixelLine/PixelLineSprite3D.ts:45 创建一个 PixelLineSprite3D 实例。 Parameters Default value maxCount: number = 2 最大线段...

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

130. LayaNative中加载自己缓存的资源 [ 80%]

...oader.load 读取的时候始终读不了private function downloadFile(url:String,onComplete:Handler,onError:Handler=null):void{ if(window.conch) { var folder:String=window.conch.getCachePath()+"/download/"; if (!window.fs_exists(folder)) { window.fs_mkdir(folder); } var fileName:String = url.replac...

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