Show / Hide Table of Contents

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
In This Article
Back to top Generated by DocFX