UserInterface ShowUserInterfacePortrait Method Delta Engine Documentation

Namespace: Blocks
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public void ShowUserInterfacePortrait()
Remarks

Tests: Blocks.Tests.UserInterfaceTests
Examples

1 unit tests call Blocks.UserInterface.ShowUserInterfacePortrait
[Test, CloseAfterFirstFrame]
public void UserInterfaceShouldChangeFromLandscapeToPortrait()
{
    userInterface.ShowUserInterfacePortrait();
}
See Also