大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0020 秒)
...tion onKeydown(event:Event):void { var self:* = this; if(event.keyCode === Keyboard.SPACE) { //移除动画 if(testAnim1) { testAnim1.clear(); testAnim1.removeSelf(); testAnim1 = null; testAnim2.clear(); testAnim2.removeSelf(); testAnim2 = null; Loader.clearRes("res/fish_1/stand.atlas", true); Loade...
来源: Laya_社区 发布时间: 20180424
...屏幕来切换动画 import { MainBase } from "./Main.generated"; import KeyBoardManager = Laya.InputManager; import Keyboard = Laya.Keyboard; const { regClass, property } = Laya; @regClass() export class Main extends MainBase { private _animator: Laya.Animator; private _isRun: boolean; onAwake() {...
来源: Laya3.0_文档 发布时间: 20230303
...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
...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