ymm4-plugin-document
|
クラス | |
interface | ITachieCharacterParameter |
立ち絵キャラクターのパラメーターを表すインターフェース [詳解] | |
interface | ITachieFaceParameter |
立ち絵の表情パラメーターを表すインターフェース [詳解] | |
interface | ITachieItemParameter |
立ち絵アイテムのパラメーターを表すインターフェース [詳解] | |
interface | ITachiePlugin |
立ち絵プラグインを表すインターフェース [詳解] | |
interface | ITachieSource |
立ち絵ソースを表すインターフェース [詳解] | |
interface | ITachieSource2 |
立ち絵ソース2を表すインターフェース [詳解] | |
class | TachieCharacterParameterBase |
立ち絵キャラクターのパラメーターの基底クラス [詳解] | |
class | TachieFaceParameterBase |
立ち絵の表情パラメーターの基底クラス [詳解] | |
class | TachieItemParameterBase |
立ち絵アイテムのパラメーターの基底クラス [詳解] |
関数 | |
record | TachieFaceItemExoDescription (int KeyFrameIndex, ExoItem ExoItem, ITachieFaceParameter FaceParameter, IEnumerable< string > FaceFilters) |
立ち絵の表情アイテムのexo出力用の設定を記述するレコードです。 | |
record | TachieItemExoDescription (int KeyFrameIndex, ExoItem ExoItem, string CharacterName, ITachieCharacterParameter CharacterParameter, ITachieItemParameter ItemParameter, IEnumerable< string > VideoFilters, string DrawingFilter) |
立ち絵アイテムのexo出力用の設定を記述するレコードです。 | |
record | TachieVoiceItemExoDescription (ExoItem ExoItem, string VoiceFilePath) |
立ち絵の音声アイテムのexo出力用の設定を記述するレコードです。 |
record YukkuriMovieMaker.Plugin.Tachie.TachieFaceItemExoDescription | ( | int | KeyFrameIndex, |
ExoItem | ExoItem, | ||
ITachieFaceParameter | FaceParameter, | ||
IEnumerable< string > | FaceFilters ) |
立ち絵の表情アイテムのexo出力用の設定を記述するレコードです。
KeyFrameIndex | キーフレームのインデックス |
ExoItem | Exoアイテム |
FaceParameter | 表情パラメーター |
FaceFilters | 表情フィルターのコレクション |
record YukkuriMovieMaker.Plugin.Tachie.TachieItemExoDescription | ( | int | KeyFrameIndex, |
ExoItem | ExoItem, | ||
string | CharacterName, | ||
ITachieCharacterParameter | CharacterParameter, | ||
ITachieItemParameter | ItemParameter, | ||
IEnumerable< string > | VideoFilters, | ||
string | DrawingFilter ) |
立ち絵アイテムのexo出力用の設定を記述するレコードです。
KeyFrameIndex | キーフレームのインデックス |
ExoItem | Exoアイテム |
CharacterName | キャラクター名 |
CharacterParameter | キャラクターパラメーター |
ItemParameter | アイテムパラメーター |
VideoFilters | ビデオフィルターのコレクション |
DrawingFilter | 描画フィルター |