Search Results for

    Show / Hide Table of Contents

    Interface IScene

    ccsのScene / ccstの Definision 要素共通

    Inherited Members
    IHasId.Id
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public interface IScene : IHasId

    Properties

    Groups

    トラック一覧

    Declaration
    Groups<Group>? Groups { get; set; }
    Property Value
    Type Description
    Groups<Group>

    SongEditor

    ソングエディタの表示設定

    Declaration
    SongEditor? SongEditor { get; set; }
    Property Value
    Type Description
    SongEditor

    SoundSetting

    音設定

    Declaration
    SoundSetting? SoundSetting { get; set; }
    Property Value
    Type Description
    SoundSetting

    TalkEditor

    トークエディタの表示設定

    Declaration
    TalkEditor? TalkEditor { get; set; }
    Property Value
    Type Description
    TalkEditor

    Timeline

    エディタのタイムラインの表示設定

    Declaration
    Timeline? Timeline { get; set; }
    Property Value
    Type Description
    Timeline

    Units

    ボイスユニット一覧

    Declaration
    List<Unit>? Units { get; set; }
    Property Value
    Type Description
    List<Unit>
    In this article
    Back to top LibSasara