UserInterface Dispose Method Delta Engine Documentation

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

public void Dispose()

Implements

IDisposable Dispose 
Remarks

Tests: Blocks.Tests.UserInterfaceTests
Examples

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