C# Класс HaloMap.H2MetaContainers.hlmtContainer

Summary description for hlmt.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Permutations PermutationInfo
TagIndex int

Открытые методы

Метод Описание
FindPermutation ( string permutationName ) : int

The find permutation.

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

Initializes a new instance of the hlmtContainer class.

Описание методов

FindPermutation() публичный метод

The find permutation.
public FindPermutation ( string permutationName ) : int
permutationName string The permutation name.
Результат int

hlmtContainer() публичный метод

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.
Результат HaloMap.Map

Описание свойств

Permutations публичное свойство

The permutations.
public PermutationInfo Permutations
Результат PermutationInfo

TagIndex публичное свойство

The TagIndex.
public int TagIndex
Результат int