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

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

11. Animation创建和销毁的问题 [ 59%]

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

12. 模型与动画的导入使用 · LayaAir3.0文档 · LAYABOX [ 58%]

...屏幕来切换动画 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

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

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

14. LAYABOX游戏实时语音之APP版本 [ 35%]

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