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

大约有 1,799 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0069 秒)

1761. laya.d3.math.Matrix3x3_API3.0 [ 34%]

...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

1762. 如何能监听到TouchStart和TouchEnd事件 [ 34%]

...     * 触摸点列表。          */         touches: Array<any>;         /**          * 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。          */         altKey: boolean;         /**          * 表...

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

1763. laya.ui.UIEvent [ 34%]

...坐标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

1764. 材质-BlinnPhong-高光贴图 [ 34%]

...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

1765. 绘制能力 · LayaAir3.4 · 引擎文档 · LAYABOX [ 34%]

...; } 代码示例: 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

1766. 材质-BlinnPhong-法线贴图 [ 34%]

...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

1767. laya.ui.UIEvent [ 34%]

...坐标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

1768. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 34%]

...| varies | 响应实体的类型由 `responseType 来指定,` 可以是 `ArrayBuffer` ,`Blob`, [`Document`](https://developer.mozilla.org/zh-CN/docs/Web/API/Document), JavaScript 对象 (即 "json"), 或者是字符串。如果请求未完成或失败,则该值为 `null` | | responseText...

来源: Laya2.0_文档 发布时间: 20210715

1769. laya.maths.Matrix_API3.0 [ 33%]

...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

1770. laya.d3.core.material.ExtendTerrainMaterial [ 33%]

...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