大约有 1,182 项符合查询结果, 库内数据总量为 30,906 项。 (搜索耗时: 0.0050 秒)
Laya3.0_api(429) Laya_社区(250) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(26) Laya2.0_示例(6) Laya_示例(6)
...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
...点 */ 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
...改本类的属性。 Public Properties PropertyDefined By absolute : Boolean 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。 关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motio...
来源: laya_api 发布时间: 20170929
...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
...operties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int透明混合。BaseMaterial blendConstColor : Vector4混合常量颜色。BaseMaterial ...
来源: laya_api 发布时间: 20170603
...下方法 修改后即可 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
...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_文档 发布时间: 20250103
... 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
... 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
...(.JSONObject obj, UnityEngine.GameObject gameObject, Int32 gameObjectType, Boolean statisticalCount) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, .JSONObject parentsChildNodes, Boolean statisticalCount) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject ...
来源: Laya_社区 发布时间: 20170428