C# Class entity.Tools.PortalContainer

The portal container.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
Draw ( Device &device ) : void

The draw.

DrawIndex ( int portal, Device &device ) : void

The draw index.

PortalContainer ( Portal portals, Device &device ) : System.Collections.Generic

Initializes a new instance of the PortalContainer class.

Method Details

Draw() public method

The draw.
public Draw ( Device &device ) : void
device Device The device.
return void

DrawIndex() public method

The draw index.
public DrawIndex ( int portal, Device &device ) : void
portal int The portal.
device Device The device.
return void

PortalContainer() public method

Initializes a new instance of the PortalContainer class.
public PortalContainer ( Portal portals, Device &device ) : System.Collections.Generic
portals Portal The portals.
device Device The device.
return System.Collections.Generic