IVal iF2D静态变量


静态变量 Static Variable

静态变量说明 Description 备注 Note
IVal.FPS 游戏帧率 Game frame rate 只读 Read-only
IVal.Gwidth 游戏宽度 Width of the game window 只读 Read-only
IVal.Gheight 游戏高度 Height of the game window 只读 Read-only
IVal.scene 游戏当前运行的scene The current scene of game
IVal.FontColor 游戏默认颜色 Default colors 只在iFActionGameStart设置有效 Vaild for iFActionGameStart
IVal.FontSize 游戏默认字号 Default font size 只在iFActionGameStart设置有效 Vaild for iFActionGameStart
IVal.DEBUG 测试开关 Switch of test
IVal.Platform 运行平台 Platform
IVal.Mods 读取MOD所用的基本类,可使用 IVal.Mods.findMod("key")来读取已经加载MOD