C# Class HaloMap.Meta.Meta.Reflexive

The reflexive.
Inheritance: System.Item
Show file 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 property

The chunkcount.
public int chunkcount
return int

chunksize public property

The chunksize.
public int chunksize
return int

pointstoTagIndex public property

The pointstoTagIndex.
public int pointstoTagIndex
return int

pointstotagname public property

The pointstotagname.
public string pointstotagname
return string

pointstotagtype public property

The pointstotagtype.
public string pointstotagtype
return string

translation public property

The translation.
public int translation
return int