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. |
RandomGeneratorSeed | Which seed should be used for the random numbers generator. Is used only when UseRandomSeed is false. |
UseRandomSeed | Whether to use a random seed. |
GenerateOnStart
Whether to generate a level on enter play mode.
Declaration
public bool GenerateOnStart
Field Value
Type | Description |
---|---|
System. |
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. |
UseRandomSeed
Whether to use a random seed.
Declaration
public bool UseRandomSeed
Field Value
Type | Description |
---|---|
System. |