MeshInfoCollection.MeshInfoCollection Constructors
Initializes a new instance of the MeshInfoCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | MeshInfoCollection() | Initializes a new empty instance of the MeshInfoCollection class. | 
| Public method | MeshInfoCollection(IEnumerable< MeshInfo > items) | Initializes a new instance of the MeshInfoCollection class with the specified elements. | 
MeshInfoCollection()
Initializes a new empty instance of the MeshInfoCollection class.Syntax
public MeshInfoCollection ()MeshInfoCollection(IEnumerable< MeshInfo > items)
Initializes a new instance of the MeshInfoCollection class with the specified elements.Syntax
public MeshInfoCollection (
	IEnumerable< MeshInfo > items
)Parameters
items
    Type: A collection of MeshInfo elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android