Search Results for

    Show / Hide Table of Contents

    Class Generator

    ファイルを生成したツール。

    Inheritance
    object
    Generator
    Implements
    IEquatable<Generator>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Generator : IEquatable<Generator>

    Properties

    Author

    author

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

    SVSS

    song engine info

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

    TTS

    talk engine info

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

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara