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