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

大约有 29 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)

21. onscroll event 怎么做? [ 57%]

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

22. 引擎的textinput获取焦点弹出软件盘,没有把游戏界面顶上去的问题 [ 53%]

...android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation",软键盘行为adjustPan就是顶上去的模式,引擎打包的native项目为什么无效了? 2018-07-26 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

23. 各位大佬,帮我看看 tiledMap 中获取不到自定义属性 [ 51%]

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

24. 在Form输入用户名密码的时候 tab切换焦点 没有类似as3中tabindex设置 [ 50%]

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

25. 前述问题this.sp3Role.transform.position无效 [ 46%]

...问题吗 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

26. 如何监听移动端软键盘的弹出和收回? [ 43%]

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

27. laya.events.InputManager_API3.0 [ 41%]

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

28. SCALE_FIXED_WIDTH适配屏幕的问题 [ 39%]

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

29. LAYABOX游戏实时语音之APP版本 [ 22%]

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