シーン保存
dx12_save_sceneSave the current scene to a specified assets-relative path (e.g., scenes/title.json) or overwrite the currently open scene. Returns the saved path.
Instructions
現在のシーンを保存する。path は assets 相対(例 scenes/title.json)。省略時は現在開いてるシーンへ上書き。{path} を返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | assets 相対パス。例: scenes/title.json。省略で上書き保存。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |