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

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

1. laya.net.URL_API3.0 [ 100%]

...etFileName getFileName(url: string): string Defined in laya/net/URL.ts:220 获取指定 URL 的文件名。 Parameters url: string 地址。 Returns string 返回文件名。 Static getPath getPath(url: string): string Defined in laya/net/URL.ts:210 获取指定 URL 的文件夹路径(不包括文...

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

2. laya.utils.Byte_API3.0 [ 96%]

...,包括小端字节序和大端字节序。通过 getSystemEndian 可以获取当前系统的字节序。 BIG_ENDIAN :大端字节序,地址低位存储值的高位,地址高位存储值的低位。有时也称之为网络字节序。 LITTLE_ENDIAN :小端字节序,地址低位存储值...

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

3. laya.net.Loader_API3.0 [ 88%]

...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

4. laya.net.LoaderManager_API3.0 [ 87%]

... getRes getRes(url: string): any Defined in laya/net/LoaderManager.ts:410 获取指定资源地址的资源。 Parameters url: string 资源地址。 Returns any 返回资源。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDisp...

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

5. laya.media.SoundManager_API3.0 [ 84%]

...el SoundChannel对象,通过此对象可以对声音进行控制,以及获取声音信息。 Static playSound playSound(url: string, loops?: number, complete?: Handler, soundClass?: {}, startTime?: number): SoundChannel Defined in laya/media/SoundManager.ts:304 播放音效。音效可以同时...

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

6. laya.device.media.Media_API3.0 [ 70%]

... Handler, onError: Handler): void Defined in laya/device/media/Media.ts:28 获取用户媒体。 Parameters options: any 简单的可选项可以使{ audio:true, video:true }表示同时捕捉两者。详情见https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia。 onSuccess: H...

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

7. laya.media.SoundChannel_API3.0 [ 69%]

...类包含控制声音的播放、暂停、停止、音量的方法,以及获取声音的播放状态、总时间、当前播放时间、总循环次数、播放地址等信息的方法。 Hierarchy EventDispatcher SoundChannel Index Properties completeHandler isStopped loops startTime url Accessor...

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

8. laya.d3.animation.AnimationClip_API3.0 [ 60%]

...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

9. laya.resource.Texture_API3.0 [ 59%]

...t bitmap(value: BaseTexture): void Defined in laya/resource/Texture.ts:214 获取位图。 Returns BaseTexture 位图。 Defined in laya/resource/Texture.ts:222 设置位图。 Parameters value: BaseTexture Returns void 位图。 cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory De...

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

10. laya.display.Scene_API3.0 [ 59%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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