zoukankan      html  css  js  c++  java
  • Laya学习

    IDE安装

    https://www.jianshu.com/p/88fa76a5becc

    npm uninstall -g typescript

    npm install -g typescript@2.1.5

    https://ldc.layabox.com/doc/?nav=zh-as-0-3-0

    http://m.blog.csdn.net/xiaoya_88/article/details/50537399

    用html5 js实现浏览器全屏

    https://www.cnblogs.com/javaee6/p/3756249.html

    TS语言参考

    http://www.tslang.cn/docs/handbook/functions.html

    XML转换成JSON格式

    http://www.sojson.com/json2xml/

    雪碧图在线合成

    http://alloyteam.github.io/gopng/

    Flash生成HTML5动画方法

    https://jingyan.baidu.com/article/0bc808fc5f3eb61bd485b9fe.html

    使用npm安装typescript一直处于sill install loadAllDepsIntoIdealTree状态,安装无法完成

    解决方案:可以使用npm 淘宝镜像

    npm install typescript -g --registry=http://registry.npm.taobao.org

    Laya 笔记

    Sprite 精灵

    图片,文本

    http://www.cnblogs.com/heisaijuzhen/p/5646782.html

    Laya的assets文件夹自动识别:

    btn_pause.png 带btn_的识别为laya.ui.Button

    label.png识别为laya.ui.Label

     Label变为多行文本的时候

       可以断开
    Laya监听事件不起作用,是以为sprite没有setSize。
  • 相关阅读:
    pip3 install的时候报错timed out
    小程序经验
    require()  module.export    Object.keys()
    canvas
    弹框时出现灰色背景
    template模板的使用方法
    javascript中array常用属性方法
    封装数据请求
    wx 参数传值
    ELF文件格式分析
  • 原文地址:https://www.cnblogs.com/as3lib/p/7768808.html
Copyright © 2011-2022 走看看