大约有 29 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
Laya_社区(17) Laya_示例(3) Laya3.0_api(2) Laya2.0_文档(2) Laya2.0_示例(2) laya_api(1) Laya3.0_文档(1) Laya2.0_api(1)
... 报错 Laya的Mouse Event有没有类似COCOS-JS的event.touch.getDelta() Keyboard Event如何获取按下某个键 laya里面能自定义event,然后抛出,截获处理吗? 2.0的鼠标滚轮如何操作,找不到Event的delta了 laya 2.4 动画event回调bug Ignored attempt to cancel a touc...
来源: Laya_社区 发布时间: 20190118
...android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation",软键盘行为adjustPan就是顶上去的模式,引擎打包的native项目为什么无效了? 2018-07-26 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20180726
...我看看 tiledMap 中获取不到自定义属性 ``` private onkeydown(e: KeyboardEvent): void { // var b = mapLayer.getLayerProperties(0, 44, "isCanPass"); // var tileY = mapLayer.getTileDataByScreenPos(screenX, screenY); // var data = this.tiledMap.getLayerByIndex(3).getTileData(tileX, tileY)...
来源: Laya_社区 发布时间: 20230605
...vate function tabNext(e:Event,target:Node):void { if(e.keyCode == Keyboard.TAB) { //无法触发 焦点直接直接到浏览器外去了(浏览器地址栏) } } 2018-09-26 0 0 分享 微博 QZONE 微信 hj 赞同来自: 您上传一下demo吧 2018-10-08 ...
来源: Laya_社区 发布时间: 20180926
...问题吗 var newPos:Laya.Vector3 = this.sp3Role.transform.position; if (KeyBoardManager.hasKeyDown(Keyboard.W)) { this.spRole.y -= 1; // newPos.y += 0.1; this.rotateRole(this.rotationW); //转换2D屏幕坐标系统到3D正交投影下的坐标系统 this._camera.convertScreenCoordToOrthographicCoo...
来源: Laya_社区 发布时间: 20220622
...rt flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.text.TextField; import flash.text.TextFieldType; import flash.ui.Keyboard; public class TextInput extends Sprite { private var textInput:TextField; private var sourceWidth:Number; private var sourc...
来源: Laya_社区 发布时间: 20151225
...rs sp: Sprite x: number y: number Returns Sprite handleKeys handleKeys(ev: KeyboardEvent): void Defined in laya/events/InputManager.ts:416 Parameters ev: KeyboardEvent Returns void handleMouse handleMouse(ev: MouseEvent | WheelEvent, type: number): void Defined in laya/events/InputManager.ts:175 Par...
来源: Laya3.0_api 发布时间: 20231115
...ivity android:name="com.facebook.FacebookActivity" android:configChanges= "keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="@string/app_name" /> 设置 <meta-data android:name="android.max_aspect" android:value="2.1" /> 2018-12-14 0 1 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20181208
...android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.cat...
来源: Laya_社区 发布时间: 20170722