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

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

1. laya.d3.math.Matrix3x3 [ 100%]

...d[static] 根据指定旋转生成3x3矩阵 Matrix3x3  createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制定缩放生成3x3矩阵 Matrix3x3  createFromTranslation(trans:Vector2, out:Matrix3x3):void[static] 根据指定平移生成3x3矩阵 Matrix3x3  determinant():Number ...

来源: laya_api 发布时间: 20170929

2. laya.display.Stage [ 99%]

...canvasRotation : Boolean = false画布是否发生翻转。Stage  clientScaleX : Number[read-only] 当前视窗由缩放模式导致的 X 轴缩放系数。Stage  clientScaleY : Number[read-only] 当前视窗由缩放模式导致的 Y 轴缩放系数。Stage customRenderEnable : Boolean[write-o...

来源: laya_api 发布时间: 20170929

3. laya.d3.math.Matrix4x4 [ 96%]

...。 Matrix4x4  createAffineTransformation(trans:Vector3, rot:Quaternion, scale:Vector3, out:Matrix4x4):void[static] 计算仿射矩阵 Matrix4x4  createFromQuaternion(rotation:Quaternion, out:Matrix4x4):void[static] 从四元数计算旋转矩阵 Matrix4x4  createLookAt(eye:Vector3, target:Vec...

来源: laya_api 发布时间: 20170929

4. laya.utils.ClassUtils [ 94%]

...。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" } } ] } ClassUtils  getInstance(className:String):*...

来源: laya_api 发布时间: 20170929

5. laya.d3.math.OrientedBoundBox [ 91%]

...间中多点 OrientedBoundBox  containsSphere(sphere:BoundSphere, ignoreScale:Boolean = false):int 该包围盒是否包含空间中一包围球 OrientedBoundBox  createByBoundBox(box:BoundBox, out:OrientedBoundBox):void[static] 根据AABB包围盒创建一个 OrientedBoundBox 实例。 Oriented...

来源: laya_api 发布时间: 20170929

6. laya.d3.math.Vector2 [ 91%]

...e():* 克隆。 Vector2  cloneTo(destObject:*):void 克隆。 Vector2  scale(a:Vector2, b:Number, out:Vector2):void[static] 缩放二维向量。 Vector2Public Constants ConstantDefined By  ONE : Vector2[static] 一向量,禁止修改Vector2  ZERO : Vector2[static] 零向量,禁止修改Vec...

来源: laya_api 发布时间: 20170929

7. laya.d3.math.Quaternion [ 86%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames QuaternionProperties | Methods | Constants Packagelaya.d3.mathClasspublic class QuaternionInheritanceQuaternion ObjectImplements laya.d3.core.IClone Quaternion 类用于创建四元数。 Public Properties PropertyDefi...

来源: laya_api 发布时间: 20170929

8. laya.map.TiledMap [ 74%]

... TiledMap  renderOrder : String[read-only] tile渲染顺序 TiledMap  scale : Number 得到当前地图的缩放 TiledMap  showGridTextureCount : Boolean = false 是否显示大格子里显示的贴图数量 TiledMap  tileHeight : int[read-only] 格子的高度 TiledMap  tileWidth : int[re...

来源: laya_api 发布时间: 20170929

9. laya.d3.core.Transform3D [ 73%]

...onEuler : Vector3 获取局部空间的旋转角度。 Transform3D  localScale : Vector3 获取局部缩放。 Transform3D  owner : Sprite3D[read-only] 获取所属精灵。 Transform3D  parent : Transform3D 获取父3D变换。 Transform3D  pivot : Vector3 变换中心点,注意:该中心...

来源: laya_api 发布时间: 20170929

10. laya.display.Sprite [ 72%]

...响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接受鼠标事件,即mouseEnabled=false,但是只要对其监听任意鼠标事件,会自动打开自己以及所有父对象的mouseEnabled=true。所以一般也无需手...

来源: laya_api 发布时间: 20170929