C# Class HaloMap.Meta.Meta.Reflexive

The reflexive.
Inheritance: System.Item
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
chunkcount int
chunksize int
pointstoTagIndex int
pointstotagname string
pointstotagtype string
translation int

Public Methods

Method Description
Reflexive ( ) : System

Initializes a new instance of the Reflexive class.

Method Details

Reflexive() public method

Initializes a new instance of the Reflexive class.
public Reflexive ( ) : System
return System

Property Details

chunkcount public_oe property

The chunkcount.
public int chunkcount
return int

chunksize public_oe property

The chunksize.
public int chunksize
return int

pointstoTagIndex public_oe property

The pointstoTagIndex.
public int pointstoTagIndex
return int

pointstotagname public_oe property

The pointstotagname.
public string pointstotagname
return string

pointstotagtype public_oe property

The pointstotagtype.
public string pointstotagtype
return string

translation public_oe property

The translation.
public int translation
return int