Class TestBase
Inheritance
System.Object
TestBase
Implements
IPostBuildCleanup
Assembly: cs.temp.dll.dll
Syntax
public class TestBase : IPrebuildSetup, IPostBuildCleanup
Methods
Cleanup()
Declaration
GetDungeonGenerator(String)
Declaration
protected DungeonGeneratorBaseGrid2D GetDungeonGenerator(string name = "Dungeon Generator")
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
GetGeneratedLevelRoot()
Declaration
protected GameObject GetGeneratedLevelRoot()
Returns
Type |
Description |
GameObject |
|
GetSceneFilePath(String)
Declaration
protected static string GetSceneFilePath(string sceneName)
Parameters
Type |
Name |
Description |
System.String |
sceneName |
|
Returns
Type |
Description |
System.String |
|
LoadScene(String)
Declaration
protected void LoadScene(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Setup()
Declaration
Implements
IPostBuildCleanup