C# Class HaloMap.Map.BSPContainer

The bsp container.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
bspcount int
sbsp HaloMap.Map.BSPInfo[]

Public Methods

Method Description
BSPContainer ( Map map ) : System.Globalization

Initializes a new instance of the BSPContainer class.

FindBSPNumberByBSPIdent ( int id ) : int

The find bsp number by bsp ident.

FindBSPNumberByLightMapIdent ( int id ) : int

The find bsp number by light map ident.

Halo1Container ( Map map ) : void

The halo 1 container.

Halo2BSPContainer ( Map map ) : void

The halo 2 bsp container.

HaloCEContainer ( Map map ) : void

The halo ce container.

Method Details

BSPContainer() public method

Initializes a new instance of the BSPContainer class.
public BSPContainer ( Map map ) : System.Globalization
map Map The map.
return System.Globalization

FindBSPNumberByBSPIdent() public method

The find bsp number by bsp ident.
public FindBSPNumberByBSPIdent ( int id ) : int
id int The id.
return int

FindBSPNumberByLightMapIdent() public method

The find bsp number by light map ident.
public FindBSPNumberByLightMapIdent ( int id ) : int
id int The id.
return int

Halo1Container() public method

The halo 1 container.
public Halo1Container ( Map map ) : void
map Map The map.
return void

Halo2BSPContainer() public method

The halo 2 bsp container.
public Halo2BSPContainer ( Map map ) : void
map Map The map.
return void

HaloCEContainer() public method

The halo ce container.
public HaloCEContainer ( Map map ) : void
map Map The map.
return void

Property Details

bspcount public_oe property

The bspcount.
public int bspcount
return int

sbsp public_oe property

The sbsp.
public BSPInfo[],HaloMap.Map sbsp
return HaloMap.Map.BSPInfo[]