Source: global_doc.js

/**
 * アプリケーション全体で使用される設定情報。
 * @global
 * @since 1.0.0
 * @type {Live}
 */
var live 

/**
 * モデル
 * @global
 * @since 1.0.0
 * @type {Model}
 */
var model 

/**
 * シーン
 * @global
 * @since 1.0.0
 * @type {Scene}
 */
var scene