设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
分享 【小白】机翻注释mv的 Rectangle
汪汪 2015-11-6 16:02
//----------------------------------------------------------------------------- /**长方形的类 * The rectangle class. * @class Rectangle * @constructor * @param {Number} x The x coordinate for the upper-left corner x坐标,左上角 * @param {Number} y The y coordinate for ...
个人分类: mv: rpg_core|51 次阅读|0 个评论
分享 【小白】机翻注释mv的 Bitmap
汪汪 2015-11-6 16:01
//----------------------------------------------------------------------------- /**描绘图像的基本对象 * The basic object that represents an image. * * @classBitmap * @constructor * @param {Number} width The width of the bitmap * @param {Number} height The ...
个人分类: mv: rpg_core|49 次阅读|0 个评论
分享 【小白】机翻注释mv的 Point
汪汪 2015-11-6 15:59
//----------------------------------------------------------------------------- /**点的类 * The point class. * * @class Point * @constructor * @param {Number} x The x coordinate * @param {Number} y The y coordinate */ function Point() { ...
个人分类: mv: rpg_core|48 次阅读|0 个评论
分享 【小白】机翻注释mv的 Utils
汪汪 2015-11-6 15:58
//----------------------------------------------------------------------------- /**静态的类 定义公用程序方法 * The static class that defines utility methods. * * @class Utils */ function Utils() { throw new Error('This is a static class'); } /** RPG Make ...
个人分类: mv: rpg_core|58 次阅读|0 个评论
分享 【小白】机翻注释mv的 JsExtensions
汪汪 2015-11-6 15:54
//----------------------------------------------------------------------------- /** 这不是一个类,但是包含一些将要添加到标准js中方法 * This is not a class, but contains some methods that will be added to the * standard Javascript objects. * * @class JsExtensions */ fun ...
个人分类: mv: rpg_core|48 次阅读|0 个评论
12
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-5-12 11:46

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部