| Previous | Next | フレーム表示 | フレームなし |
| 概要:フィールド | プロパティ | コンストラクタ | メソッド | 詳細:フィールド | プロパティ | コンストラクタ | メソッド |
Object | +--com.mosesSupposes.fuse.FuseKitCommon
Field Summary | |
| public static | ALL: String |
| Constant: ストリング指定 "ALL" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。 | |
| public static | ALLCOLOR: String |
| Constant: ストリング指定 "ALLCOLOR" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。 | |
| public static | logOutput: Function |
| ログ出力するためのクラス拡張メソッドです。set this property to a custom method of your own. | |
| public static | VERBOSE: Boolean |
| false に設定すると、(エラーコードのみの)省略された形式で出力できます。 | |
| public static | VERSION: String |
| ランタイム時や swf をデコンパイルした際に、FuseKit のバージョンを確認する事ができます。 | |
Method Summary | |
| public static |
error ( errorCode: String ): Void |
| Internal: See this method in the class file for all normal output-level errors/warnings. | |
| public static var ALL: String |
| Constant: ストリング指定 "ALL" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。 |
| public static var ALLCOLOR: String |
| Constant: ストリング指定 "ALLCOLOR" は、ZigoEngine の、removeTween や rewTween などのメソッドで使用されます。 |
| public static var logOutput: Function |
To extend this class to use a logger, set this property to a custom method of your own.FuseKitCommon.logOutput = function(s:String):Void { ... }; |
| public static var VERBOSE: Boolean |
| false に設定すると、(エラーコードのみの)省略された形式で出力できます。
Note that ZigoEngine.OUTPUT_LEVEL and Fuse.OUTPUT_LEVEL properties can be set to 0 for no output, 1 for normal, 2 for additional info, and in Fuse 3 for additional FuseItem output. To lower filesize check "omit trace actions" in Publish Settings on final publish (trace can also be removed from compile in MTASC). |
| public static var VERSION: String |
ランタイム時や swf をデコンパイルした際に、FuseKit のバージョンを確認する事ができます。
|
|
| Internal: See this method in the class file for all normal output-level errors/warnings. Set VERBOSE to false for shortform (error-code-only) messages. |