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

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

151. laya.d3.renderobjs.renderobj.SceneRenderManagerOBJ_API3.0 [ 81%]

..."laya/d3/RenderObjs/RenderObj/SceneRenderManagerOBJ" SceneRenderManagerOBJ Class SceneRenderManagerOBJ Hierarchy SceneRenderManagerOBJ Implements ISceneRenderManager Index Constructors constructor Properties _motionRenders Accessors list Methods addMotionObject addRenderObject destroy removeMotionOb...

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

152. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 81%]

...3/physicsCannon/shape/CannonSphereColliderShape" CannonSphereColliderShape Class CannonSphereColliderShape SphereColliderShape 类用于创建球形碰撞器。 Hierarchy CannonColliderShape CannonSphereColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCal...

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

153. laya.physics.joint.JointBase_API3.0 [ 81%]

...ernals Only exported Menu Globals "laya/physics/joint/JointBase" JointBase Class JointBase 关节基类 Hierarchy Component JointBase DistanceJoint GearJoint MotorJoint MouseJoint PrismaticJoint PulleyJoint RevoluteJoint WeldJoint WheelJoint Index Constructors constructor Properties _extra _singleto...

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

154. laya.d3.component.hlod.HLODBatchMesh_API3.0 [ 81%]

...exported Menu Globals "laya/d3/component/HLOD/HLODBatchMesh" HLODBatchMesh Class HLODBatchMesh Hierarchy GeometryElement HLODBatchMesh Index Constructors constructor Properties _geometryElementOBj Accessors batchMesh batchSubMeshInfo bufferState destroyed drawType indexFormat instanceCount mode Meth...

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

155. laya.d3.core.MeshFilter [ 81%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshFilterProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshFilterInheritanceMeshFilter GeometryFilter EventDispatcher Object MeshFilter 类用于创建网格过滤器。 Public Properties Hide Inhe...

来源: laya_api 发布时间: 20170929

156. laya.gltf.glTFUtils_API3.0 [ 81%]

...rited Externals Only exported Menu Globals "laya/gltf/glTFUtils" glTFUtils Class glTFUtils glTFUtils 用于解析 glTF 2.0 对象 Hierarchy glTFUtils Index Properties Extensions Extras Methods RegisterExtra UnRegisterExtra _createMesh _createMeshSprite3D _createSceneNode _createSkinnedMeshSprite3D _...

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

157. laya.d3.core.MeshFilter_API3.0 [ 81%]

... Externals Only exported Menu Globals "laya/d3/core/MeshFilter" MeshFilter Class MeshFilter MeshFilter 类用于创建网格过滤器。 Hierarchy Component MeshFilter Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlag...

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

158. laya.d3.component.LODGroup_API3.0 [ 81%]

...Externals Only exported Menu Globals "laya/d3/component/LODGroup" LODGroup Class LODGroup SpotLight 类用于构建LOD组件 Hierarchy Component LODGroup Implements IBoundsCell Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked bounds destroyed ...

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

159. app构建后在真机中运行报错 [ 81%]

...dle.js 文件和laya.core.js中有这个代码: *模板,预制件 */ //class laya.components.Prefab var Prefab=(function(){     function Prefab(){         /**@private */         this.json=null;     }      __class(Prefab,'laya.components.Prefab');     var __proto=...

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

160. TiledMap,mapLayer追加精灵无法显示,已参考完已有问题解答,无法解决 [ 81%]

...会报错说_showGridList不存在,需要在libs/LayaAir.d.ts里,找到class MapLayer extends Sprite这一行,在下面加上一行代码: class MapLayer extends Sprite { _mapData: Array<any>; /** * @private */ _gridSpriteArray: Array<any>; _showGridList: Array<any>; //这...

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