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

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

111. laya.d3.component.physics.MeshCollider [ 69%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MeshColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class MeshColliderInheritanceMeshCollider Collider Component3D EventDispatcher Object MeshCollider 类用于创建网格碰撞器。 ...

来源: laya_api 发布时间: 20170929

112. 3D变换 · LayaAir3.0文档 · LAYABOX [ 69%]

...的影响,如动图6-2所示。 (动图6-2) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:42:15 img{cursor:pointer}

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

113. laya.events.MouseManager [ 69%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MouseManagerProperties | Methods | Constants Packagelaya.eventsClasspublic class MouseManagerInheritanceMouseManager Object MouseManager 是鼠标、触摸交互管理器。 鼠标事件流包括捕获阶段、目标阶...

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

114. laya.display.Node_API3.0 [ 69%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Node" Node Class Node Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的...

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

115. laya.d3.terrain.Terrain [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainProperties | Methods | Events Packagelaya.d3.terrainClasspublic class TerrainInheritanceTerrain Sprite3D Node EventDispatcher Object Terrain 类用于创建地块。 Public Properties Hide Inherited Public Proper...

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

116. laya.d3.core.light.PointLight [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PointLightProperties | Methods | Events Packagelaya.d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties H...

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

117. laya.d3.core.light.DirectionLight [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames DirectionLightProperties | Methods | Events Packagelaya.d3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 ...

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

118. 像素线 · LayaAir3.0文档 · LAYABOX [ 68%]

...示外部模型的像素线效果 (动图3-1) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:58:48 img{cursor:pointer}

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

119. laya.d3.core.light.SpotLight [ 68%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SpotLightProperties | Methods | Events Packagelaya.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide ...

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

120. 在Laya中使用Matter.js的最简示例 (JS) [ 68%]

...r ground = Bodies.rectangle(400, 500, 810, 60, { isStatic: true }); // add all of the bodies to the world World.add(engine.world, [boxA, boxB, ground]); // run the engine Engine.run(engine); // run the renderer Render.run(render);显示效果如下 但是这还没有用Laya来渲染,需要做下...

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