コンポーネント辞書
dx12_describe_componentsRetrieve component field definitions including JSON keys, types, defaults, and settable/removable flags. Use before dx12_set_component to build correct data.
Instructions
set_component する前にフィールドを知るための辞書。component 省略で全コンポーネント、指定でそれだけ。返り値 components:[{jsonKey, settable, removable, fields:[{name,type,default}], note?}]。dx12_set_component の data を組み立てる前に必ず参照すると確実。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | No | 特定 jsonKey の定義だけ欲しい時に指定(例 pointLight)。省略で全件。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |