Class OtherConfigGrid2D
Inheritance
System.Object
OtherConfigGrid2D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class OtherConfigGrid2D
Fields
GenerateOnStart
Whether to generate a level on enter play mode.
Declaration
public bool GenerateOnStart
Field Value
Type | Description |
---|---|
System.Boolean |
RandomGeneratorSeed
Which seed should be used for the random numbers generator. Is used only when UseRandomSeed is false.
Declaration
public int RandomGeneratorSeed
Field Value
Type | Description |
---|---|
System.Int32 |
UseRandomSeed
Whether to use a random seed.
Declaration
public bool UseRandomSeed
Field Value
Type | Description |
---|---|
System.Boolean |