Search Results for

    Show / Hide Table of Contents

    Class RootExt

    便利関数

    Inheritance
    object
    RootExt
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public static class RootExt

    Methods

    GetUnits(IRoot)

    ボイスアイテムUnit一覧を返す

    Declaration
    public static List<Unit> GetUnits(this IRoot root)
    Parameters
    Type Name Description
    IRoot root
    Returns
    Type Description
    List<Unit>

    ボイスアイテム一覧

    Remarks

    ProjectとTrackでUnit一覧へのパスが異なるので共通化。

    GetUnits(IRoot, Category)

    ボイスアイテムUnit一覧を返す

    Declaration
    public static List<Unit> GetUnits(this IRoot root, Category category)
    Parameters
    Type Name Description
    IRoot root
    Category category

    Unitの指定カテゴリ

    Returns
    Type Description
    List<Unit>

    指定カテゴリのUnit一覧

    In this article
    Back to top LibSasara