Advance editor runtime and scripting integration
This commit is contained in:
@@ -23,10 +23,12 @@ public:
|
||||
virtual ~UIEditorHostCommandHandler() = default;
|
||||
|
||||
virtual UIEditorHostCommandEvaluationResult EvaluateHostCommand(
|
||||
std::string_view commandId) const = 0;
|
||||
std::string_view commandId,
|
||||
const UIEditorWorkspaceController& controller) const = 0;
|
||||
|
||||
virtual UIEditorHostCommandDispatchResult DispatchHostCommand(
|
||||
std::string_view commandId) = 0;
|
||||
std::string_view commandId,
|
||||
UIEditorWorkspaceController& controller) = 0;
|
||||
};
|
||||
|
||||
enum class UIEditorCommandEvaluationCode : std::uint8_t {
|
||||
|
||||
Reference in New Issue
Block a user