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