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