エクスプレッションについて

「エクスプレッションについて」の編集履歴(バックアップ)一覧はこちら

エクスプレッションについて」(2008/10/25 (土) 18:08:02) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

*エクスプレッションの記述効率を上げるためのコードスニペット拡張用XML  NiVE愛用者スレ4の298~299氏による拡張XMLが[[こちら>http://www10.uploader.jp/dl/NiVEM/NiVEM_uljp00018.zip.html]]からダウンロードできます。 *エクスプレッションから参照できるプロパティとそのメンバの一覧 ※旧公式Wikiで作成されていたページの内容を、2008.10.23に転記したものです。 共通メンバ string PropertyName ●BooleanProperty   └bool TypeSafeValue ●ColorProperty   └Color TypeSafeValue     └byte A,R,G,B ●Int32Property   └int TypeSafeValue, Min, Max ●PointFProperty   ├PointF TypeSafeValue   ├float X, XMin, XMax   └float Y, YMin, YMax ●PointProperty   ├Point TypeSafeValue   ├int X, XMin, XMax   └int Y, YMin, YMax ●RadianFProperty   ├int Rotate   └float Angle ●RadianProperty   ├int Rotate   └int Angle ●SelectableProperty   ├string[] Items   └int TypeSafeValue ●SingleProperty   └float TypeSafeValue, Min, Max ●SizeFProperty   ├SizeF TypeSafeValue   ├float Height, HeightMin, HeightMax   └float Width, WidthMin, WidthMax ●SizeProperty   ├Size TypeSafeValue   ├int Height, HeightMin, HeightMax   └int Width, WidthMin, WidthMax ●StringProperty   └string TypeSafeValue ●TimelineProperty   ├int Index   └nicoAE.Plugin.Interface.ITimeline Timeline     ├int Duration トラックの現在の長さ     ├int StartPoint トラックの開始位置     ├int EndPoint トラックの終了位置     ├int TimelineCode トラックの識別番号     ├string TimelineName トラックの名前     ├MediaInfo Info トラックのMediaInfo     ├Bitmap GetImage(int frame, bool effect) トラックからイメージを取得     └byte[] GetAudio(int frame, bool effect) トラックからオーディオを取得       └パラメータ:int frame: 取得するフレーム位置。bool effect: エフェクトを掛けるかどうか。 ---- #comment
---- *エクスプレッションの記述効率を上げるためのコードスニペット拡張用XML   NiVE愛用者スレ4の298~299氏による拡張XMLが[[こちら>http://www10.uploader.jp/dl/NiVEM/NiVEM_uljp00018.zip.html]]からダウンロードできます。 ---- *エクスプレッションから参照できるプロパティとそのメンバの一覧   ※旧公式Wikiで作成されていたページの内容を、2008.10.23に転記したものです。 共通メンバ string PropertyName ●BooleanProperty   └bool TypeSafeValue ●ColorProperty   └Color TypeSafeValue     └byte A,R,G,B ●Int32Property   └int TypeSafeValue, Min, Max ●PointFProperty   ├PointF TypeSafeValue   ├float X, XMin, XMax   └float Y, YMin, YMax ●PointProperty   ├Point TypeSafeValue   ├int X, XMin, XMax   └int Y, YMin, YMax ●RadianFProperty   ├int Rotate   └float Angle ●RadianProperty   ├int Rotate   └int Angle ●SelectableProperty   ├string[] Items   └int TypeSafeValue ●SingleProperty   └float TypeSafeValue, Min, Max ●SizeFProperty   ├SizeF TypeSafeValue   ├float Height, HeightMin, HeightMax   └float Width, WidthMin, WidthMax ●SizeProperty   ├Size TypeSafeValue   ├int Height, HeightMin, HeightMax   └int Width, WidthMin, WidthMax ●StringProperty   └string TypeSafeValue ●TimelineProperty   ├int Index   └nicoAE.Plugin.Interface.ITimeline Timeline     ├int Duration トラックの現在の長さ     ├int StartPoint トラックの開始位置     ├int EndPoint トラックの終了位置     ├int TimelineCode トラックの識別番号     ├string TimelineName トラックの名前     ├MediaInfo Info トラックのMediaInfo     ├Bitmap GetImage(int frame, bool effect) トラックからイメージを取得     └byte[] GetAudio(int frame, bool effect) トラックからオーディオを取得       └パラメータ:int frame: 取得するフレーム位置。bool effect: エフェクトを掛けるかどうか。 ---- #comment

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。