大约有 1,799 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1186) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(22)
...ent: boolean = true Returns Matrix3x3 Properties elements elements: Float32Array Defined in laya/d3/math/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matrix3x3() Defined in laya/d3/math/Matrix3x3.ts:16 Methods clone clone(): any Defined in laya...
来源: Laya3.0_api 发布时间: 20231102
... * 触摸点列表。 */ touches: Array<any>; /** * 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 */ altKey: boolean; /** * 表...
来源: Laya_社区 发布时间: 20170601
...坐标Event target : Sprite 事件目标触发对象。Event touches : Array[read-only] 触摸点列表。 Event touchId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods Hide Inherited Public Methods Show Inherited Public Methods...
来源: Laya2.0_api 发布时间: 20190513
...var rotation:Vector3 = new Vector3(0, 0.01, 0); private var specularMapUrl:Array = ["../../../../res/threeDimen/skinModel/dude/Assets/dude/headS.png", "../../../../res/threeDimen/skinModel/dude/Assets/dude/jacketS.png", "../../../../res/threeDimen/skinModel/dude/Assets/dude/pantsS.png", "../../../.....
来源: Laya_示例 发布时间: 20260303
...; } 代码示例: let sp = new Laya.Sprite(); //自定义路径 let path:Array<any> = [ ["moveTo", 0, 0], //画笔移到A点 ["lineTo", 100, 0],//画到B点 ["lineTo", 100, 50],//再画到C点 ["lineTo", 0, 50], //继续画到D点 ["closePath"] //闭合路径 ]; //绘制矩形 sp.graphics.dr...
来源: Laya3.0_文档 发布时间: 20251010
...e var rotation:Vector3 = new Vector3(0, 0.01, 0); private var normalMapUrl:Array = ["../../../../res/threeDimen/staticModel/lizardCal/rock_norm.png", "../../../../res/threeDimen/staticModel/lizardCal/lizard_norm.png", "../../../../res/threeDimen/staticModel/lizardCal/lizard_norm.png"]; public functi...
来源: Laya_示例 发布时间: 20260303
...坐标Event target : Sprite 事件目标触发对象。Event touches : Array[read-only] 触摸点列表。 Event touchId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods Hide Inherited Public Methods Show Inherited Public Methods...
来源: laya_api 发布时间: 20170929
...| varies | 响应实体的类型由 `responseType 来指定,` 可以是 `ArrayBuffer` ,`Blob`, [`Document`](https://developer.mozilla.org/zh-CN/docs/Web/API/Document), JavaScript 对象 (即 "json"), 或者是字符串。如果请求未完成或失败,则该值为 `null` | | responseText...
来源: Laya2.0_文档 发布时间: 20210715
...ers m1: Matrix 矩阵一。 m2: Matrix 矩阵二。 out: any[] 输出对象Array。 Returns any[] 结果输出对象 out。 Globals "laya/maths/Matrix" Matrix constructor a b c d tx ty TEMP clone concat copyTo destroy getScaleX getScaleY identity invert invertTransformPoint recover rotate scale setT...
来源: Laya3.0_api 发布时间: 20231115
...BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Hand...
来源: Laya2.0_api 发布时间: 20190513