C# Class entity.Tools.Portal

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

Public Properties

Property Type Description
BackCluster short
BoundingRadius float
FrontCluster short
Plane int
Vertices List
X float
Y float
Z float

Public Methods

Method Description
Portal ( BinaryReader &BR, int magic ) : System.Collections.Generic

Initializes a new instance of the Portal class.

Method Details

Portal() public method

Initializes a new instance of the Portal class.
public Portal ( BinaryReader &BR, int magic ) : System.Collections.Generic
BR System.IO.BinaryReader The BR.
magic int The magic.
return System.Collections.Generic

Property Details

BackCluster public_oe property

The back cluster.
public short BackCluster
return short

BoundingRadius public_oe property

The bounding radius.
public float BoundingRadius
return float

FrontCluster public_oe property

The front cluster.
public short FrontCluster
return short

Plane public_oe property

The plane.
public int Plane
return int

Vertices public_oe property

The vertices.
public List Vertices
return List

X public_oe property

The x.
public float X
return float

Y public_oe property

The y.
public float Y
return float

Z public_oe property

The z.
public float Z
return float