Class GraphBasedGeneratorConfiguration<TNode>
Inheritance
System.Object
GraphBasedGeneratorConfiguration<TNode>
Assembly: Edgar.dll
Syntax
public class GraphBasedGeneratorConfiguration<TNode> : DungeonGeneratorConfiguration<TNode>, IChainDecompositionConfiguration<TNode>, ISimulatedAnnealingConfiguration, ISmartCloneable<DungeonGeneratorConfiguration<TNode>>, ISmartCloneable<GraphBasedGeneratorConfiguration<TNode>>
Type Parameters
Constructors
GraphBasedGeneratorConfiguration()
Declaration
public GraphBasedGeneratorConfiguration()
Properties
OptimizeCorridorConstraints
Declaration
public bool OptimizeCorridorConstraints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
SmartClone()
Declaration
public GraphBasedGeneratorConfiguration<TNode> SmartClone()
Returns
Implements