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

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

1. laya.net.Loader [ 100%]

...ic class LoaderInheritanceLoader EventDispatcher Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By  cache : Boolean[read-only] 是否缓存。Loader  data : *[read-only] 返回的数据。Loader  maxTimeOut : int = 100[st...

来源: laya_api 发布时间: 20170929

2. laya.net.LoaderManager [ 93%]

...nceLoaderManager EventDispatcher Object LoaderManager 类用于用于批量加载资源。此类是单例,不要手动实例化此类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个加载失败,会派发 Event.ERROR 事件...

来源: laya_api 发布时间: 20170929

3. laya.resource.Resource [ 82%]

...tected Properties PropertyDefined By  _loaded : Boolean = false是否已加载,限于首次加载。ResourcePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Resource() 创建一个 Resource 实例。 Resource  activeResource(force:Boolean = false):...

来源: laya_api 发布时间: 20170422

4. laya.d3.core.MeshFilter [ 79%]

...ntDispatcherEvents Event Summary Defined By  loaded异步几何体资源加载完成时调度。MeshFilter  meshchanged更换sharedMesh时调度。MeshFilterProperty Detail_isAsyncLoadedproperty_isAsyncLoaded:Boolean  [read-only] [override] Implementation     public function get _isAsyncL...

来源: laya_api 发布时间: 20170929

5. laya.ui.Image [ 73%]

...或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

来源: laya_api 发布时间: 20170929

6. laya.ui.Dialog [ 72%]

...tic] UI类映射。View uiMap : Object[static] 存储UI配置数据(用于加载模式)。View viewport : Rectangle = null 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由一个个小图片拼...

来源: laya_api 发布时间: 20170929

7. laya.ui.Slider [ 71%]

...skin : String 对象的皮肤地址,以字符串表示。 如果资源未加载,则先加载资源,加载完成后应用于此对象。 注意:资源加载完成后,会自动缓存至资源库中。 Slider stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean ...

来源: laya_api 发布时间: 20170929

8. laya.ui.Clip [ 71%]

...割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明...

来源: laya_api 发布时间: 20170929

9. laya.resource.Texture [ 69%]

...用了线性采样。 Texture  loaded : Boolean[read-only] 表示是否加载成功,只能表示初次载入成功(通常包含下载和载入),并不能完全表示资源是否可立即使用(资源管理机制释放影响等)。 Texture  offsetX : Number = 0沿 X 轴偏移量。Textu...

来源: laya_api 发布时间: 20170929

10. laya.ui.ProgressBar [ 66%]

...ponent Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall...

来源: laya_api 发布时间: 20170929