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

The coll.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ConditionStrings List
Meshes List
Spheres List

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

Метод Описание
ExtractMeshes ( string FilePath ) : void

The extract meshes.

coll ( Meta &meta ) : System.Collections.Generic

Initializes a new instance of the coll class.

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

ExtractMeshes() публичный Метод

The extract meshes.
public ExtractMeshes ( string FilePath ) : void
FilePath string The file path.
Результат void

coll() публичный Метод

Initializes a new instance of the coll class.
public coll ( Meta &meta ) : System.Collections.Generic
meta HaloMap.Meta.Meta The meta.
Результат System.Collections.Generic

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

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

The condition strings.
public List ConditionStrings
Результат List

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

The meshes.
public List Meshes
Результат List

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

The spheres.
public List Spheres
Результат List