アセット一覧
dx12_list_assetsRetrieve a filtered list of assets (model, texture, script, etc.) to discover paths needed for spawning models, prefabs, or attaching components in the DX12 Engine.
Instructions
assets 配下のアセット一覧 [{path, type, name}] を返す。type で種別フィルタ(省略で全種別)。spawn_model / spawn_prefab / attach の path 探索に使う。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 種別フィルタ。省略で全種別。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |