Search Results for

    Show / Hide Table of Contents

    Class SceneBase

    Scene共通実装

    Inheritance
    object
    SceneBase
    Scene
    Track
    Implements
    IScene
    IHasId
    IEquatable<SceneBase>
    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>

    Implements

    IScene
    IHasId
    IEquatable<T>
    In this article
    Back to top LibSasara