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

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

Syntax

      
 C#  Visual Basic 
void StartLoadingScreen(
	EventHandler callback
)
Sub StartLoadingScreen ( _
	callback As EventHandler _
)

Parameters

callback
EventHandler

See Also