大约有 266 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0036 秒)
...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/gltf/glTFUtils" glTFUtils Class glTFUtils glTFUtils 用于解析 glTF 2.0 对象 Hierarchy glTFUtils Index Properties Extensions Extras Meth...
来源: Laya3.0_api 发布时间: 20231102
API DocumentationAll Packages | All Classes | Index | Frames No Frames IRenderableProperties | Methods Packagelaya.d3.core.renderInterfacepublic interface IRenderableImplementors ShurikenParticleSystem, StaticBatch, SubMesh, TerrainFilter IRender 接口用于实现3D对象的渲染相关功...
来源: laya_api 发布时间: 20170929
...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Performance" PerformancePlugin Class PerformancePlugin Hierarchy PerformancePlugin Index Properties PERFORMANCE_LAYA PERFORMANCE_LAYA_...
来源: Laya3.0_api 发布时间: 20231102
API DocumentationAll Packages | All Classes | Index | Frames No Frames TrailGeometryMethods Packagelaya.d3.core.trailClasspublic class TrailGeometryInheritanceTrailGeometry laya.d3.core.GeometryElement TrailGeometry 类用于创建拖尾渲染单元。 Public Methods MethodDefined By Tr...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames PixelLineFilterMethods Packagelaya.d3.core.pixelLineClasspublic class PixelLineFilterInheritancePixelLineFilter laya.d3.core.GeometryElement PixelLineFilter 类用于线过滤器。 Public Methods MethodDefined By Pi...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames PBRMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inhe...
来源: laya_api 发布时间: 20170929
...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
API DocumentationAll Packages | All Classes | Index | Frames No Frames SubMeshMethods Packagelaya.d3.resource.modelsClasspublic class SubMeshInheritanceSubMesh laya.d3.core.GeometryElement SubMesh 类用于创建子网格数据模板。 Public Methods MethodDefined By SubMesh(mesh:Mesh)...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames StandardMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class StandardMaterialInheritanceStandardMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public ...
来源: laya_api 发布时间: 20170929
...ask是 除了UI层,都需要。 那么子对象名称就是 culling_mask=all|!ui 如果我们的cullingMask是,只要ui和fx层,那么子对象名称就是 culling_mask='ui|fx' 如下图所示,我为摄相机和灯光都添加了culling_mask子对象,这个子对象会在代码中被删除...
来源: Laya_社区 发布时间: 20200110