C# Class HaloMap.H2MetaContainers.hlmtContainer

Summary description for hlmt.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
Permutations PermutationInfo
TagIndex int

Méthodes publiques

Méthode Description
FindPermutation ( string permutationName ) : int

The find permutation.

hlmtContainer ( int tagIndex, Map map ) : HaloMap.Map

Initializes a new instance of the hlmtContainer class.

Method Details

FindPermutation() public méthode

The find permutation.
public FindPermutation ( string permutationName ) : int
permutationName string The permutation name.
Résultat int

hlmtContainer() public méthode

Initializes a new instance of the hlmtContainer class.
public hlmtContainer ( int tagIndex, Map map ) : HaloMap.Map
tagIndex int Index of the tag.
map HaloMap.Map.Map The map.
Résultat HaloMap.Map

Property Details

Permutations public_oe property

The permutations.
public PermutationInfo Permutations
Résultat PermutationInfo

TagIndex public_oe property

The TagIndex.
public int TagIndex
Résultat int