|
ymm4-plugin-document
|
エフェクトのテンプレートを表すジェネリッククラスです。 [詳解]
公開メンバ関数 | |
| EffectTemplate () | |
| EffectTemplate (string name, global::System.Collections.Generic.IEnumerable< T > effects) | |
| global::System.Collections.Generic.IEnumerable< T > | CreateEffects () |
| global::System.Collections.Generic.IEnumerable< string > | GetFiles () |
| void | ReplaceFile (string from, string to) |
| global::System.Collections.Generic.IEnumerable< global::YukkuriMovieMaker.Project.TimelineResource > | GetResources () |
プロパティ | |
| string | Name [get, set] |
| global::System.Collections.ObjectModel.ObservableCollection< T > | Effects = new global::System.Collections.ObjectModel.ObservableCollection<T>() [get] |
エフェクトのテンプレートを表すジェネリッククラスです。
| T | エフェクトの型。 |
| T | : | class |
| global.System.Collections.Generic.IEnumerable< T > YukkuriMovieMaker.Settings.EffectTemplate< T >.CreateEffects | ( | ) |
このテンプレートに含まれるエフェクトの新しいインスタンスを作成し、それらを列挙します。
| YukkuriMovieMaker.Settings.EffectTemplate< T >.EffectTemplate | ( | ) |
EffectTemplate<T> クラスの新しいインスタンスを初期化します。
| YukkuriMovieMaker.Settings.EffectTemplate< T >.EffectTemplate | ( | string | name, |
| global.System.Collections.Generic.IEnumerable< T > | effects ) |
指定された名前とエフェクトのコレクションを使用して、EffectTemplate<T> クラスの新しいインスタンスを初期化します。
| name | エフェクトテンプレートの名前。 |
| effects | テンプレートに含めるエフェクトのコレクション。 |
| global.System.Collections.Generic.IEnumerable< string > YukkuriMovieMaker.Settings.EffectTemplate< T >.GetFiles | ( | ) |
このテンプレートに含まれるエフェクトが参照するファイルのパスを列挙します。
| global.System.Collections.Generic.IEnumerable< global.YukkuriMovieMaker.Project.TimelineResource > YukkuriMovieMaker.Settings.EffectTemplate< T >.GetResources | ( | ) |
このテンプレートに含まれるエフェクトからタイムラインリソースを列挙します。
| void YukkuriMovieMaker.Settings.EffectTemplate< T >.ReplaceFile | ( | string | from, |
| string | to ) |
このテンプレートに含まれるエフェクトが参照するファイルのパスを置換します。
| from | 置換元のファイルのパス。 |
| to | 置換先のファイルのパス。 |
|
get |
エフェクトのコレクションを取得します。
|
getset |
エフェクトテンプレートの名前を取得または設定します。