Class 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 |