C# Class HaloMap.H1MetaContainers.H1SBSP.SBSP.BSP

The bsp.
Inheritance: TagBlockLayout
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
Layout BSP
bsp_2d_nodes TagBlock
bsp_2d_references TagBlock
bsp_3d_nodes TagBlock
bsp_edges TagBlock
bsp_leaves TagBlock
bsp_planes TagBlock
bsp_surfaces TagBlock
bsp_vertices TagBlock

Public Methods

Method Description
BSP ( ) : HaloMap.Map

Initializes a new instance of the BSP class.

Method Details

BSP() public method

Initializes a new instance of the BSP class.
public BSP ( ) : HaloMap.Map
return HaloMap.Map

Property Details

Layout public_oe static_oe property

The layout.
public static BSP Layout
return BSP

bsp_2d_nodes public_oe property

The bsp_2 d_nodes.
public TagBlock bsp_2d_nodes
return TagBlock

bsp_2d_references public_oe property

The bsp_2 d_references.
public TagBlock bsp_2d_references
return TagBlock

bsp_3d_nodes public_oe property

The bsp_3 d_nodes.
public TagBlock bsp_3d_nodes
return TagBlock

bsp_edges public_oe property

The bsp_edges.
public TagBlock bsp_edges
return TagBlock

bsp_leaves public_oe property

The bsp_leaves.
public TagBlock bsp_leaves
return TagBlock

bsp_planes public_oe property

The bsp_planes.
public TagBlock bsp_planes
return TagBlock

bsp_surfaces public_oe property

The bsp_surfaces.
public TagBlock bsp_surfaces
return TagBlock

bsp_vertices public_oe property

The bsp_vertices.
public TagBlock bsp_vertices
return TagBlock