3#include "EditorExtension.h"
6#include "Utilities/Parsing.h"
8#include "Services/PropertiesManager.h"
10#include "Foundation/StringView.h"
19 std::vector<ParsedValue> values;
26 for (
auto & value : values) {
27 if (value.key == key)
return true;
34 void COGSCORE_EDITOR_API runBatch(
class Context * context,
class Editor * editor,
const StringView & path);
35 void COGSCORE_EDITOR_API runFrames(Context* context,
size_t numFrames,
bool clear =
true,
bool wait =
true);
Provides a weakly referenced view over the contents of a string.
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....
bool containsKey(const std::string &key) const
Check if key is present in values.