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

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

151. laya.d3.resource.TextureCube_API3.0 [ 81%]

...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

152. laya.resource.RenderTexture2D_API3.0 [ 80%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

153. laya.resource.TextureCube_API3.0 [ 80%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

154. laya.resource.NativeRenderTexture2D_API3.0 [ 80%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

155. laya.resource.Texture2DArray_API3.0 [ 80%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

156. laya.d3.component.Animator [ 80%]

...es Show Inherited Public Properties PropertyDefined By  avatar : Avatar 获取avatar。 Animator  cacheFrameRate : int 获取缓存播放帧,缓存模式下生效。 Animator  cachePlayRate : Number 获取缓存播放速率,缓存模式下生效。 Animator  clip : AnimationClip 获取...

来源: laya_api 发布时间: 20170929

157. laya.display.Node_API3.0 [ 80%]

...olean set active(value: boolean): void Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活。 activeInHierarchy get ac...

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

158. laya.net.Loader_API3.0 [ 80%]

...las getAtlas(url: string): AtlasResource Defined in laya/net/Loader.ts:688 获取指定资源地址的图集地址列表。 Parameters url: string 图集地址。 Returns AtlasResource 返回地址集合。 Static getBaseTexture getBaseTexture<T>(url: string): T Defined in laya/net/Loader.ts:6...

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

159. 3d获取组件代码bug [ 80%]

3d获取组件代码bug /** *通过指定类型获得所有组件。 *@param type 组件类型。 *@param components 组件输出队列。 */ __proto.getComponentsByType=function(type,components){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回...

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

160. 请问laya.net.Loader和laya.net.LoaderManager哪些函数支持网络资源加载,加载什么类型?哪些只支持本地资源加载 [ 80%]

...吗 请问下加载TFF字体要怎么加载呢? 分享:LayaAir下如何获取图集下的小图资源? 请问下loader如何强制加载一个文件,避免浏览器的缓存 Text类中竟然没有pos函数的api~ Layabox如何实现本地存储 请问一下怎样动态加载prefab 模型资...

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