C# Class HaloMap.Meta.Meta.Ident

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

Public Properties

Property Type Description
ident int
pointstoTagIndex int
pointstotagname string
pointstotagtype string

Public Methods

Method Description
Ident ( ) : System

Initializes a new instance of the Ident class.

Method Details

Ident() public method

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

Property Details

ident public_oe property

The ident.
public int ident
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