Class SceneBase
Scene共通実装
Namespace: LibSasara.Model.Serialize
Assembly: LibSasara.dll
Syntax
public abstract record SceneBase : IScene, IHasId, IEquatable<SceneBase>
Properties
Groups
トラック一覧
Declaration
public Groups<Group>? Groups { get; set; }
Property Value
Type | Description |
---|---|
Groups<Group> |
Id
Identifier
Declaration
public string? Id { get; set; }
Property Value
Type | Description |
---|---|
string |
SongEditor
ソングエディタの表示設定
Declaration
public SongEditor? SongEditor { get; set; }
Property Value
Type | Description |
---|---|
SongEditor |
SoundSetting
音設定
Declaration
public SoundSetting? SoundSetting { get; set; }
Property Value
Type | Description |
---|---|
SoundSetting |
TalkEditor
トークエディタの表示設定
Declaration
public TalkEditor? TalkEditor { get; set; }
Property Value
Type | Description |
---|---|
TalkEditor |
Timeline
エディタのタイムラインの表示設定
Declaration
public Timeline? Timeline { get; set; }
Property Value
Type | Description |
---|---|
Timeline |
Units
ボイスユニット一覧
Declaration
public List<Unit>? Units { get; set; }
Property Value
Type | Description |
---|---|
List<Unit> |