Class EngineConfig
Represents the configuration for an engine.
public class EngineConfig : FeatureConfig, IEngineConfig, IFeatureConfig, IConfig
- Inheritance
-
EngineConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
EngineConfig(string, string, string, string, string, bool)
Represents the configuration for an engine.
public EngineConfig(string name, string description, string version, string author, string relativePath, bool autoLoadDependencies = true)
Parameters
name
stringName of the engine.
description
stringDescription of the engine.
version
stringVersion of the engine.
author
stringAuthor of the engine.
relativePath
stringRelative path for the engine configuration.
autoLoadDependencies
boolIndicates whether to automatically load dependencies.
Properties
AutoLoadDependencies
Should the engine automatically load its dependencies
public bool AutoLoadDependencies { get; }
Property Value
Methods
Deconstruct(out string, out string, out string, out string, out string?, out bool)
public void Deconstruct(out string name, out string description, out string version, out string author, out string? relativePath, out bool autoLoadDependencies)