Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Shows a new instance of a Gui with the specified type.

Namespace: Visual3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public T ShowGuiForm<T>()
where T : IGuiForm
Public Function ShowGuiForm(Of T As IGuiForm) As T

Type Parameters

T
Gui form type

See Also