Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

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

Syntax

      
 C#  Visual Basic 
public static IGuiForm ShowGuiForm(
	Type guiType,
	IComponentOwner parent
)
Public Shared Function ShowGuiForm ( _
	guiType As Type, _
	parent As IComponentOwner _
) As IGuiForm

Parameters

guiType
Type
parent
IComponentOwner

See Also