this method is used to draw the scene. It draws all the objects that contains the arraylist

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public override void Draw(
	List<Model> a
)
Visual Basic (Declaration)
Public Overrides Sub Draw ( _
	a As List(Of Model) _
)
Visual C++
public:
virtual void Draw(
	List<Model^>^ a
) override

Parameters

a
Type: System.Collections.Generic..::.List<(Of <(Model>)>)
An arraylist with all the objects to draw

See Also