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

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

71. 加载TiledMap 不显示 [ 89%]

加载TiledMap 不显示 import Sprite = Laya.Sprite; import Stage = Laya.Stage; import MapLayer = Laya.MapLayer; import TiledMap = Laya.TiledMap; import Point = Laya.Point; import Rectangle = Laya.Rectangle; import Handler = Laya.Handler; import WebGL = Laya.WebGL;  export...

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

72. 点击区域问题 [ 89%]

点击区域问题 var con1:laya.display.Sprite = new laya.display.Sprite; Laya.stage.addChild(con1); con1.x = con1.y = 100; var con:laya.display.Sprite = new laya.display.Sprite; con1.addChild(con); // con.scrollRect = new laya.maths.Rectangle(200,200,500,500); con.x = con.y = -200; var sp:laya.di...

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

73. 2D物理-仿生机器人 [ 89%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

来源: Laya2.0_示例 发布时间: 20241117

74. 多种碰撞器形状(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 88%]

...状盒。ColliderShape是所有碰撞盒的父类。([API地址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.physics.shape.ColliderShape)) ![](img/1.png)(图1) 下面我们来介绍下目前LayaAir3D中所有支持的碰撞器形状。 #### (1) BoxColliderShap...

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

75. laya.maths.Point [ 88%]

...Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By  x : Number该点的水...

来源: laya_api 发布时间: 20170929

76. laya.d3.math.BoundBox [ 88%]

...asses | Index | Frames No Frames BoundBoxProperties | Methods Packagelaya.d3.mathClasspublic class BoundBoxInheritanceBoundBox ObjectImplements laya.d3.core.IClone BoundBox 类用于创建包围盒。 Public Properties PropertyDefined By  max : Vector3最大顶点。BoundBox  min : Vector...

来源: laya_api 发布时间: 20170929

77. 射线检测-放置物体 [ 88%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

来源: Laya_示例 发布时间: 20241117

78. laya.d3.math.Rand [ 88%]

...l Classes | Index | Frames No Frames RandProperties | Methods Packagelaya.d3.mathClasspublic class RandInheritanceRand Object Rand 类用于通过32位无符号整型随机种子创建随机数。 Public Properties PropertyDefined By  seed : uint 获取随机种子。 Rand  seeds : Uint32...

来源: laya_api 发布时间: 20170929

79. laya.d3.math.Rand [ 88%]

...l Classes | Index | Frames No Frames RandProperties | Methods Packagelaya.d3.mathClasspublic class RandInheritanceRand Object Rand 类用于通过32位无符号整型随机种子创建随机数。 Public Properties PropertyDefined By  seed : uint 获取随机种子。 Rand  seeds : Uint32...

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

80. laya.d3.math.Plane [ 88%]

... Classes | Index | Frames No Frames PlaneProperties | Methods Packagelaya.d3.mathClasspublic class PlaneInheritancePlane Object Plane 类用于创建平面。 Public Properties PropertyDefined By  distance : Number平面到坐标系原点的距离Plane  normal : Vector3平面的向量Plan...

来源: laya_api 发布时间: 20170929