C# Class HaloMap.H2MetaContainers.coll

The coll.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
ConditionStrings List
Meshes List
Spheres List

Méthodes publiques

Méthode Description
ExtractMeshes ( string FilePath ) : void

The extract meshes.

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

Initializes a new instance of the coll class.

Method Details

ExtractMeshes() public méthode

The extract meshes.
public ExtractMeshes ( string FilePath ) : void
FilePath string The file path.
Résultat void

coll() public méthode

Initializes a new instance of the coll class.
public coll ( Meta &meta ) : System.Collections.Generic
meta HaloMap.Meta.Meta The meta.
Résultat System.Collections.Generic

Property Details

ConditionStrings public_oe property

The condition strings.
public List ConditionStrings
Résultat List

Meshes public_oe property

The meshes.
public List Meshes
Résultat List

Spheres public_oe property

The spheres.
public List Spheres
Résultat List