C# Class HaloMap.H2MetaContainers.coll

The coll.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ConditionStrings List
Meshes List
Spheres List

Public Methods

Method 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 method

The extract meshes.
public ExtractMeshes ( string FilePath ) : void
FilePath string The file path.
return void

coll() public method

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

Property Details

ConditionStrings public property

The condition strings.
public List ConditionStrings
return List

Meshes public property

The meshes.
public List Meshes
return List

Spheres public property

The spheres.
public List Spheres
return List