Irrlicht.NET

IrrlichtDevice Constructor (DriverType, Dimension2D, Int32, Boolean, Boolean, Boolean, Boolean, IntPtr)

[Visual Basic]
Overloads Public Sub New( _
   ByVal driverType As DriverType, _
   ByVal windowSize As Dimension2D, _
   ByVal bits As Integer, _
   ByVal fullScreen As Boolean, _
   ByVal stencilBuffer As Boolean, _
   ByVal vsync As Boolean, _
   ByVal antiAlias As Boolean, _
   ByVal windowHandle As IntPtr _
)
[C#]
public IrrlichtDevice(
   DriverType driverType,
   Dimension2D windowSize,
   int bits,
   bool fullScreen,
   bool stencilBuffer,
   bool vsync,
   bool antiAlias,
   IntPtr windowHandle
);

See Also

IrrlichtDevice Class | Irrlicht Namespace | IrrlichtDevice Constructor Overload List