[This is preliminary documentation and is subject to change.]
Initializes a new instance of the PolygonPrimitive class
Namespace:
Mogware.VisualStudio.ColladaNet.GeometryAssembly: Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)
Syntax
C# |
---|
public PolygonPrimitive( XmlElement element, Mesh mesh ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ element As XmlElement, _ mesh As Mesh _ ) |
Visual C++ |
---|
public: PolygonPrimitive( XmlElement^ element, Mesh^ mesh ) |
Parameters
- element
- Type: System.Xml..::.XmlElement
[Missing <param name="element"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.PolygonPrimitive.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Geometry.Mesh)"]
- mesh
- Type: Mogware.VisualStudio.ColladaNet.Geometry..::.Mesh
[Missing <param name="mesh"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.PolygonPrimitive.#ctor(System.Xml.XmlElement,Mogware.VisualStudio.ColladaNet.Geometry.Mesh)"]