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

大约有 37 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0042 秒)

1. laya.events.TouchInfo_API3.0 [ 100%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/InputManager" TouchInfo Class TouchInfo Hierarchy TouchInfo Implements ITouchInfo Index Constructors constructor Properties began cli...

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

2. String转XMLDom的问题 [ 90%]

...Dom(value:String):XmlDom { var xml:XmlDom; /*[IF-SCRIPT-BEGIN] if(document.all) {   xml=new ActiveXObject("Microsoft.XMLDOM");   xml.loadXML(value); } else { xml = new DOMParser().parseFromString(value, "text/xml"); } [IF-SCRIPT-END]*/ return xml; } 在编译时直接报错 2017-02-21 添加...

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

3. LayaAir中字符串转xml [ 85%]

...Dom(value:String):XmlDom { var xml:XmlDom; /*[IF-SCRIPT-BEGIN] if(document.all) {   xml=new ActiveXObject("Microsoft.XMLDOM");   xml.loadXML(value); } else { xml = new DOMParser().parseFromString(value, "text/xml"); } [IF-SCRIPT-END]*/ return xml; } yurong3000 • 2017-02...

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

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

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/NativeRenderTexture2D" NativeRenderTexture2D Class NativeRenderTexture2D RenderTexture 类用于创建渲染目标。 Hierarchy Bas...

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

5. laya.resource.RenderTexture2D [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTexture2DProperties | Methods | Constants Packagelaya.resourceClasspublic class RenderTexture2DInheritanceRenderTexture2D BaseTexture laya.resource.Bitmap RenderTexture 类用于创建渲染目标。 Public Proper...

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

6. laya.d3.resource.RenderTextureCube_API3.0 [ 75%]

...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget ...

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

7. laya.d3.core.render.posteffect.ColorGradEffect_API3.0 [ 75%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/PostEffect/ColorGradEffect" ColorGradEffect Class ColorGradEffect ColorGradEffect 类用于创建调色Effect Hierarchy PostP...

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

8. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 75%]

...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/MulSampleRenderTexture" MulSampleRenderTexture Class MulSampleRenderTexture MulSampleRenderTexture类用于创建多重采样渲...

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

9. laya.events.Keyboard_API3.0 [ 74%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/Keyboard" Keyboard Class Keyboard Keyboard 类的属性是一些常数,这些常数表示控制游戏时最常用的键。 Hierarch...

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

10. 2.x引擎项目升级说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 73%]

...s.push(Laya.loader.load(url)); tasks.push(Laya.loader.load(url2)); Promise.all(tasks).then((res:Array<any>)=> { //用于异步加载 }); 1.4 Texture和Texture2D的问题 同一个资源地址,无论是加载Texture还是Texture2D,他们在内存中都只有一份,但可以获取不同...

来源: Laya3.0_文档 发布时间: 20251010