[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Polygons class

Namespace:  Mogware.VisualStudio.ColladaNet.Geometry
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public Polygons(
	XmlElement element,
	Mesh mesh,
	Skin skin
)
Visual Basic (Declaration)
Public Sub New ( _
	element As XmlElement, _
	mesh As Mesh, _
	skin As Skin _
)
Visual C++
public:
Polygons(
	XmlElement^ element, 
	Mesh^ mesh, 
	Skin^ skin
)

Parameters

element
Type: System.Xml..::.XmlElement

[Missing <param name="element"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Polygons.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Geometry.Mesh,Mogware.VisualStudio.ColladaNet.Skinning.Skin)"]

mesh
Type: Mogware.VisualStudio.ColladaNet.Geometry..::.Mesh

[Missing <param name="mesh"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Polygons.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Geometry.Mesh,Mogware.VisualStudio.ColladaNet.Skinning.Skin)"]

skin
Type: Mogware.VisualStudio.ColladaNet.Skinning..::.Skin

[Missing <param name="skin"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Polygons.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Geometry.Mesh,Mogware.VisualStudio.ColladaNet.Skinning.Skin)"]

See Also