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

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

91. laya.maths.Point [ 87%]

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

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

92. laya.d3.math.BoundSphere [ 87%]

...es | Index | Frames No Frames BoundSphereProperties | Methods Packagelaya.d3.mathClasspublic class BoundSphereInheritanceBoundSphere ObjectImplements laya.d3.core.IClone BoundSphere 类用于创建包围球。 Public Properties PropertyDefined By  center : Vector3包围球的中心。BoundS...

来源: laya_api 发布时间: 20170929

93. 关于Laya.Quaternion.createFromAxisAngle旋转角度不正确的问题 [ 86%]

LayaAir引擎 关于Laya.Quaternion.createFromAxisAngle旋转角度不正确的问题 Laya.Quaternion.createFromAxisAngle 在做向量旋转的时候,当使用的旋转坐标轴是标准坐标轴时,旋转的结果是正确的,如围绕Y轴旋转,(0,1,0),旋转30度,得到的结果是正确的 但...

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

94. laya.d3.math.BoundSphere [ 86%]

...es | Index | Frames No Frames BoundSphereProperties | Methods Packagelaya.d3.mathClasspublic class BoundSphereInheritanceBoundSphere ObjectImplements laya.d3.core.IClone BoundSphere 类用于创建包围球。 Public Properties PropertyDefined By  center : Vector3包围球的中心。BoundS...

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

95. laya.d3.math.Viewport [ 86%]

...asses | Index | Frames No Frames ViewportProperties | Methods Packagelaya.d3.mathClasspublic class ViewportInheritanceViewport Object Viewport 类用于创建视口。 Public Properties PropertyDefined By  height : Number高度Viewport  maxDepth : Number最大深度Viewport  minDepth : ...

来源: laya_api 发布时间: 20170929

96. laya.d3.math.Color [ 86%]

...Index | Frames No Frames ColorProperties | Methods | Constants Packagelaya.d3.mathClasspublic class ColorInheritanceColor ObjectImplements laya.d3.core.IClone Color 类用于创建颜色实例。 Public Properties PropertyDefined By  a : Numberalpha分量Color  b : Numberblue分量Color ...

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

97. Laya打包微信小游戏的时候,引入的外部js访问不到 [ 86%]

Laya打包微信小游戏的时候,引入的外部js访问不到 在编译之后的bin文件夹下的index.html文件增加了js引用,如下<!--导入math.js包--> <script type="text/javascript" src='math.min.js'></script> <!--导入自定义计算工具包--> <scrip...

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

98. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 86%]

...加一条路径都会添加,有什么办法降DrawCall package { import laya.display.Node; import laya.display.Sprite; import laya.maths.Rectangle; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import ui.TestDialogUI; import ui.TestViewUI; public class TestView extends Te...

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

99. laya.d3.math.BoundBox [ 86%]

...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...

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

100. 如何启用摇一摇 [ 86%]

...y = speed;//将得到的摇晃速度发送到 _model}}'); } } }    最后layabox会转换成如下   //class controller.Controller_yao1yao var Controller_yao1yao=(function(){ function Controller_yao1yao(model){ /*__JS__ */var _this=this; /*__JS__ */_model=model; /*__JS__ */var SHAKE_THRESHOLD=10...

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