Class Generator
ファイルを生成したツール。
Implements
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 |