メインページ | パッケージ | クラス構成 | 索引 | ヘルプ

com.mosesSupposes.fuse

FuseItem クラス

Object
  |
  +--com.mosesSupposes.fuse.FuseItem


class FuseItem
extends Object

このクラスを ZigoEngine.registerZigoEngine.simpleSetup に登録することで、Fuse スタイルのオブジェクトシンタックスを ZigoEngine.doTween にて使えるようになります。Fuse が登録されている場合は、この機能を登録する必要はありません。
使用法:
ZigoEngine.doTween({ target:clip1, scale:200, ease:Strong.easeIn, time:"00:50", startAt:"01:50" });

この他にも、多くのメソッドやプロパティがありますので、詳細はクラスファイルをご覧下さい。

作成者:
Moses Gunesch / MosesSupposes.com
バージョン:
2.0.5

フィールドの概要

public static
ADD_UNDERSCORES: Boolean
true の時、おなじみのトゥイーンプロパティのアンダースコアを省略できます。(例:x だけで _x と同様に扱えます。)

メソッドの概要

public static
doTween ( ): String
This method needn't be called as method call is rerouted here automatically upon ZigoEngine.doTween.



フィールドの詳細

ADD_UNDERSCORES

public static var ADD_UNDERSCORES: Boolean
true の時、おなじみのトゥイーンプロパティのアンダースコアを省略できます。(例:x だけで _x と同様に扱えます。)

メソッドの詳細

doTween

public static function doTween(): String
This method needn't be called as method call is rerouted here automatically upon ZigoEngine.doTween.
返り値:
エンジンに追加されたプロパティが、カンマ区切りの文字列のリストとして返されます。

このドキュメントは次のファイルを元に作られています:

Generated on 1/16/2007 10:29:13 PM