大约有 341 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
Laya_社区(187) Laya2.0_文档(42) Laya3.0_api(25) Laya3.0_文档(22) laya_api(18) Laya_示例(17) Laya2.0_api(16) Laya2.0_示例(14)
...ress[static] 定义 keypress 事件对象的 type 属性值。Event KEY_UP : String = keyup[static] 定义 keyup 事件对象的 type 属性值。Event LABEL : String = label[static] 定义 label 事件对象的 type 属性值。Event LINK : String = link[static] 定义 link 事件对象的...
来源: Laya2.0_api 发布时间: 20190513
...NTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; setup(); })(); function setup() { createSprite(); Laya.stage.on(Event.MOUSE_UP, this, onMouseUp); Laya.stage.on(Event.MOUSE_OUT, this, onMouseUp); } function createSprite() { sp = new Sprite(); var w = 300, h = 300; sp.graphics....
来源: Laya_示例 发布时间: 20251130
... Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { const Event = Laya.Event; this.createApe(); this.createTimerLine(); Laya.stage.on(Event.KEY_DOWN, this, this.keyDown); } createApe() { const Sprite = Laya.Sprite; this.target = new Sprite(); Laya.stage.addCh...
来源: Laya2.0_示例 发布时间: 20251130
...ress[static] 定义 keypress 事件对象的 type 属性值。Event KEY_UP : String = keyup[static] 定义 keyup 事件对象的 type 属性值。Event LABEL : String = label[static] 定义 label 事件对象的 type 属性值。Event LAYER_CHANGED : String = layerchanged[static] 定义 lay...
来源: laya_api 发布时间: 20170929
...Matrix3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3 createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3 createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制...
来源: laya_api 发布时间: 20170929
...Matrix3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3 createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3 createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制...
来源: Laya2.0_api 发布时间: 20190513
...增 MOUSE_DRAG和MOUSE_DRAG_END3.4 删除了RIGHT_MOUSE_DOWN和RIGHT_MOUSE_UP3.5 事件汇总4、LayaAir3.0 组件系统修改5、Runtime的使用差异6、2D动画2.0引擎开发者使用3.0的差异汇总 Author:谷主 && Charley [!Note] 本篇文档仅适用3.0以前的旧版引擎开...
来源: Laya3.0_文档 发布时间: 20251010
... Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { const Event = Laya.Event; this.createSprite(); Laya.stage.on(Event.MOUSE_UP, this, this.onMouseUp); Laya.stage.on(Event.MOUSE_OUT, this, this.onMouseUp); } createSprite() { const Sprite = Laya.Sprite, Event ...
来源: Laya2.0_示例 发布时间: 20251130
...wn[static] 地图格子从右上角开始渲染TiledMap RENDERORDER_LEFTUP : String = left-up[static] 地图格子右下角开始渲染TiledMap RENDERORDER_RIGHTDOWN : String = right-down[static] 地图格子从左上角开始渲染TiledMap RENDERORDER_RIGHTUP : String = right-up[static] ...
来源: laya_api 发布时间: 20170929
...wn[static] 地图格子从右上角开始渲染TiledMap RENDERORDER_LEFTUP : String = left-up[static] 地图格子右下角开始渲染TiledMap RENDERORDER_RIGHTDOWN : String = right-down[static] 地图格子从左上角开始渲染TiledMap RENDERORDER_RIGHTUP : String = right-up[static] ...
来源: Laya2.0_api 发布时间: 20190513