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

UI Properties panel for atomic task (action) node parameters. More...

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

Go to the source code of this file.

Classes

struct  Olympe::ActionParameter
 Represents a single parameter of an action task. More...
 
class  Olympe::ActionParametersPanel
 ImGui sub-panel for editing action node parameters. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

UI Properties panel for atomic task (action) node parameters.

Author
Olympe Engine
Date
2026-03-24

Displays editable parameters for selected action nodes. Supports various parameter types (String, Float, Int, Bool, etc.).

Definition in file ActionParametersPanel.h.