MenuControllerTests ProfileSceneCreation Method Delta Engine Documentation

Namespace: CreepyTowers.Tests.GUI
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ProfileSceneCreation()
Examples

[Test, CloseAfterFirstFrame, Ignore]
public void ProfileSceneCreation()
{
    new Player();
    MenuController.ShowMenu<Credits>();
    Logger.Info("Loading SuccessScene: " + GlobalTime.Current.GetSecondsSinceStartToday());
    MenuController.ShowMenu<SuccessScene>();
    Logger.Info("Done: " + GlobalTime.Current.GetSecondsSinceStartToday());
}
See Also