Class TestBase
Inheritance
System.Object
TestBase
Implements
IPostBuildCleanup
Assembly: cs.temp.dll.dll
Syntax
public class TestBase : TestBase, IPostBuildCleanup
Methods
GetAllScenePaths(String[])
Declaration
protected List<string> GetAllScenePaths(params string[] folders)
Parameters
Type |
Name |
Description |
System.String[] |
folders |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
GetDungeonGenerator(String)
Declaration
protected DungeonGeneratorGrid3D GetDungeonGenerator(string name = "Dungeon Generator")
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
LoadSceneByName(String)
Declaration
protected void LoadSceneByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
LoadSceneByPath(String)
Declaration
protected void LoadSceneByPath(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Implements
IPostBuildCleanup