Interface ILevelGenerator
Interface that represents a level generator.
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface ILevelGenerator
Methods
Generate()
Generates and returns a level.
Declaration
object Generate()
Returns
Type | Description |
---|---|
System.Object |
GenerateCoroutine()
Declaration
IEnumerator GenerateCoroutine()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |