YukkuriMovieMaker.Plugin.Shape.IShapePlugin
Edit on GitHub

Last updated: July 23, 2026

AI 要約

定義

名前空間: YukkuriMovieMaker.Plugin.Shape

アセンブリ: YukkuriMovieMaker.Plugin.dll

形状プラグインのインターフェースです。

public interface IShapePlugin : IPlugin

実装 YukkuriMovieMaker.Plugin.IPlugin

メソッド

CreateShapeParameter

形状パラメーターのデフォルトインスタンスを生成して返します。

IShapeParameter CreateShapeParameter(SharedDataStore? sharedData);

パラメーター

sharedData YukkuriMovieMaker.Project.SharedDataStore?

戻り値

YukkuriMovieMaker.Plugin.Shape.IShapeParameter

プロパティー

名前 説明
IsExoMaskSupported System.Boolean AviUtl拡張編集のマスク出力をサポートするかどうかを取得します。
IsExoShapeSupported System.Boolean AviUtl拡張編集の図形出力をサポートするかどうかを取得します。

IsExoMaskSupported

AviUtl拡張編集のマスク出力をサポートするかどうかを取得します。

bool IsExoMaskSupported { get; }

プロパティー値

System.Boolean

IsExoShapeSupported

AviUtl拡張編集の図形出力をサポートするかどうかを取得します。

bool IsExoShapeSupported { get; }

プロパティー値

System.Boolean