大约有 1,168 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0037 秒)
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
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
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
# PBRStandardMaterial材质详解 ###### *version :2.1.0beta Update:2019-5-14* 基于物理普通反射材质,硬质表面(也就是建筑材质)而设计的,一般用于做粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:B...
来源: Laya2.0_文档 发布时间: 20210715
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
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
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
个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 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
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
如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 最近做一个需求,希望加载的资源直接放在用户手机,app直接打包,离线也能使用的形式,但看源码发现加载资源是用下面这种ajax的形式加载的,但是这种加...
来源: Laya_社区 发布时间: 20200107