Search Results for

    Show / Hide Table of Contents

    Class SongEngine

    生成時のソングエンジン。

    Inheritance
    object
    SongEngine
    Implements
    IEngine
    IHasVersion
    IEquatable<SongEngine>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record SongEngine : IEngine, IHasVersion, IEquatable<SongEngine>

    Properties

    Dictionary

    辞書

    Declaration
    public DictionaryInfo? Dictionary { get; set; }
    Property Value
    Type Description
    DictionaryInfo

    SoundSources

    ボイスライブラリ

    Declaration
    public List<SoundSource>? SoundSources { get; set; }
    Property Value
    Type Description
    List<SoundSource>

    Version

    バージョン

    Declaration
    public Version? Version { get; set; }
    Property Value
    Type Description
    Version

    VersionString

    バージョン

    Declaration
    public string? VersionString { get; set; }
    Property Value
    Type Description
    string

    Implements

    IEngine
    IHasVersion
    IEquatable<T>
    In this article
    Back to top LibSasara