Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces
BehaviorTreeFilePickerModal.h File Reference

ImGui modal for selecting BehaviorTree files (Phase C). More...

#include <string>
#include <vector>
+ Include dependency graph for BehaviorTreeFilePickerModal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::BehaviorTreeFilePickerModal
 ImGui modal dialog for selecting BehaviorTree .bt.json files. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

ImGui modal for selecting BehaviorTree files (Phase C).

Author
Olympe Engine
Date
2026-03-15

Provides a file browser dialog for users to select .bt.json behavior tree files to link with AIBehavior_data components in EntityPrefab editor. Pattern adapted from SubGraphFilePickerModal.

Definition in file BehaviorTreeFilePickerModal.h.