C# Class HaloMap.H2MetaContainers.coll

The coll.
显示文件 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_oe property

The condition strings.
public List ConditionStrings
return List

Meshes public_oe property

The meshes.
public List Meshes
return List

Spheres public_oe property

The spheres.
public List Spheres
return List