|
Unravel Engine C++ Reference
|
#include "script_system.h"#include "engine/assets/impl/asset_extensions.h"#include <engine/assets/impl/asset_compiler.h>#include <engine/ecs/components/transform_component.h>#include <engine/ecs/ecs.h>#include <engine/engine.h>#include <engine/events.h>#include <engine/play_mode.h>#include <engine/loading_screen.h>#include <engine/meta/ecs/entity.hpp>#include <engine/profiler/profiler.h>#include <engine/scripting/ecs/components/script_component.h>#include <engine/scripting/script.h>#include <dotnetpp/dotnetpp.h>#include <core/base/platform/config.hpp>#include <filesystem/filesystem.h>#include <logging/logging.h>#include <seq/seq.h>#include <simulation/simulation.h>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
Functions | |
| auto | unravel::select_interpreter_config (const cmd_line::parser &parser) -> dotnet::interpreter_config |
| auto | unravel::validate_paths (const dotnet::compiler_paths &paths, bool is_deploy_mode) -> bool |