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

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

751. laya.d3.physics.RaycastVehicle_API3.0 [ 71%]

...ss: number, suspensionDamping: number, frictionSlip: number, isFrontWheel: boolean): RaycastWheel Defined in laya/d3/physics/RaycastVehicle.ts:31 Parameters connectionPointCS0: Vector3 wheelDirectionCS0: Vector3 wheelAxleCS: Vector3 wheelRadius: number suspensionRestLength: number suspensionMaxTrave...

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

752. [laya2.0-2.3]CollisionUtils.ts bug [ 71%]

...点 */ static intersectsRayAndPlaneRP(ray:Ray, plane:Plane, out:Vector3):boolean { var distance:number; if (!CollisionUtils.intersectsRayAndPlaneRD(ray, plane, distance)) { out = Vector3._ZERO; return false; } Vector3.scale(ray.direction, distance, CollisionUtils._tempV30); Vector3.add(ray.origin, C...

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

753. laya.device.motion.RotationInfo [ 71%]

...改本类的属性。 Public Properties PropertyDefined By  absolute : Boolean 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。 关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motio...

来源: laya_api 发布时间: 20170929

754. laya.net.LocalStorage [ 71%]

...ocalStorage  items : *[static] 数据列表。 LocalStorage  support : Boolean = false[static] 表示是否支持 LocalStorage。 LocalStoragePublic Methods  MethodDefined By  __init__():void[static] LocalStorage  clear():void[static] 清除本地存储信息。 LocalStorage  getItem(key:...

来源: laya_api 发布时间: 20170929

755. 程序蓝图 · LayaAir3.0文档 · LAYABOX [ 71%]

...structor(testParams: string) { super(); } // 属性 @bpProperty({ "type": "boolean" }) aaa: boolean = true; // 静态属性 @bpProperty({ "type": "boolean", "modifiers": { "isStatic": true } }) static bbb: boolean = true; // get & set @bpAccessor({ "type":"string" }) get testParams():string{ ret...

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

756. laya.d3.core.material.ParticleMaterial [ 71%]

...operties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int透明混合。BaseMaterial blendConstColor : Vector4混合常量颜色。BaseMaterial ...

来源: laya_api 发布时间: 20170603

757. 2.0.0beta5版本drawPoly设置坐标失效 [ 71%]

...下方法 修改后即可   public function addPath(points:Array, close:Boolean, convex:Boolean, dx:Number, dy:Number):void { var ci:int = 0; for (var i:int = 0, sz:int = points.length / 2; i < sz; i++) { var x1:Number = points[ci]+dx, y1:Number = points[ci + 1]+dy; points[ci] = x1; points[ci + ...

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

758. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 70%]

... Properties Show Inherited Public Properties PropertyDefined By enable : Boolean是否启用。BaseShape randomDirection : Boolean随机方向。BaseShape  x : Number发射器X轴长度。BoxShape  y : Number发射器Y轴长度。BoxShape  z : Number发射器Z轴长度。BoxShapePublic Meth...

来源: laya_api 发布时间: 20170929

759. laya.d3.core.particleShuriKen.module.shape.BoxShape [ 70%]

... Properties Show Inherited Public Properties PropertyDefined By enable : Boolean是否启用。BaseShape randomDirection : Boolean随机方向。BaseShape  x : Number发射器X轴长度。BoxShape  y : Number发射器Y轴长度。BoxShape  z : Number发射器Z轴长度。BoxShapePublic Meth...

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

760. laya.map.TileTexSet [ 70%]

...间隔TileTexSet  gid : int = -1唯一标识TileTexSet  isAnimation : Boolean = falsetrue表示当前纹理,是一组动画,false表示当前只有一个纹理TileTexSet  offX : int = 0纹理显示时的坐标偏移XTileTexSet  offY : int = 0纹理显示时的坐标偏移YTileTexSet  t...

来源: laya_api 发布时间: 20170929