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

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

741. laya.d3.core.particleshuriken.module.TextureSheetAnimation_API3.0 [ 49%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/TextureSheetAnimation" TextureSheetAnimation Class TextureSheetAnimation TextureSheetAnimation 类...

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

742. laya.d3.core.material.TerrainMaterial [ 49%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class TerrainMaterialInheritanceTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Pro...

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

743. laya.ani.bone.canvasmesh.SkinMeshForGraphic_API3.0 [ 49%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/canvasmesh/SkinMeshForGraphic" SkinMeshForGraphic Class SkinMeshForGraphic Laya Hierarchy MeshData SkinMeshForGraphic Inde...

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

744. PBRStandardMaterial材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 49%]

# PBRStandardMaterial材质详解 ###### *version :2.1.0beta Update:2019-5-14* 基于物理普通反射材质,硬质表面(也就是建筑材质)而设计的,一般用于做粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:B...

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

745. Laya_API3.0 [ 49%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "Laya" Laya Class Laya Laya 是全局对象的引用入口集。 Laya类引用了一些常用的全局对象,比如Laya.stage:舞台...

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

746. Cannot read property 'call' of undefined [ 49%]

Cannot read property 'call' of undefined 当我新建GameScene并添加到舞台时,抛出了异常,求助该怎么解决   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/la...

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

747. laya.d3.core.render.RenderContext3D_API3.0 [ 49%]

Search Preparing 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/RenderContext3D" RenderContext3D Class RenderContext3D RenderContext3D 类用于实现渲染状态。 Hierarchy Rend...

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

748. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 49%]

个人笔记:失焦或静音状态下播放背景音乐无效的解决方案  SoundManager.playSound=function(url,loops,complete,soundClass,startTime){ (loops===void 0)&& (loops=1); (startTime===void 0)&& (startTime=0); if(!url) return null; SoundManager._recoverWebAudio(); url=U...

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

749. laya.html.XMLIterator_API3.0 [ 49%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/XMLIterator" XMLIterator Class XMLIterator Hierarchy XMLIterator Index Properties attrParsed lastTagEnd lastTagName lowerCaseN...

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

750. 如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 [ 48%]

如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 最近做一个需求,希望加载的资源直接放在用户手机,app直接打包,离线也能使用的形式,但看源码发现加载资源是用下面这种ajax的形式加载的,但是这种加...

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