大约有 1,191 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0070 秒)
Laya3.0_api(429) Laya_社区(256) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(29) Laya2.0_示例(6) Laya_示例(6)
...layState 实例。 Returns AnimatorPlayState2D Properties _finish _finish: boolean Defined in laya/components/AnimatorPlayState2D.ts:4 _frontPlay _frontPlay: boolean = true Defined in laya/components/AnimatorPlayState2D.ts:29 是为正向播放 _playAllTime _playAllTime: number Defined in laya/compo...
来源: Laya3.0_api 发布时间: 20231115
...ceVolume cullDistanceVolume(context: RenderContext3D, render: BaseRender): boolean Defined in laya/d3/RenderObjs/RenderObj/CullPass.ts:28 TODO 视距与包围提裁剪 Parameters context: RenderContext3D render: BaseRender Returns boolean Globals "laya/d3/RenderObjs/RenderObj/CullPass" CullPassBase ...
来源: Laya3.0_api 发布时间: 20231115
...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
...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_文档 发布时间: 20251010
...下方法 修改后即可 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
... 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