Class FixedLevelGraphConfigGrid3D
Inheritance
System.Object
FixedLevelGraphConfigGrid3D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class FixedLevelGraphConfigGrid3D
Fields
AllowRotationOverride | Global override for the "Allow rotation" setting on individual room templates. |
FixElevationsInsideCycles | |
LevelGraph | Level graph that will be used in the generator. |
UseCorridors | Whether to add corridors between individual rooms in the level graph. |
AllowRotationOverride
Global override for the "Allow rotation" setting on individual room templates.
Declaration
public AllowRotationOverrideGrid3D AllowRotationOverride
Field Value
Type | Description |
---|---|
Allow |
FixElevationsInsideCycles
Declaration
public bool FixElevationsInsideCycles
Field Value
Type | Description |
---|---|
System. |
LevelGraph
Level graph that will be used in the generator.
Declaration
public LevelGraph LevelGraph
Field Value
Type | Description |
---|---|
Level |
UseCorridors
Whether to add corridors between individual rooms in the level graph.
Declaration
public bool UseCorridors
Field Value
Type | Description |
---|---|
System. |