A Sandcastle Documented Class Library
Channel Constructor (element, animation)
NamespacesCollada.AnimationsChannelChannel(XmlElement, Animation)
Initializes a new instance of the Channel class
Declaration Syntax
C#Visual BasicVisual C++
public Channel(
	XmlElement element,
	Animation animation
)
Public Sub New ( _
	element As XmlElement, _
	animation As Animation _
)
public:
Channel(
	XmlElement^ element, 
	Animation^ animation
)
Parameters
element (XmlElement)

[Missing <param name="element"/> documentation for "M:Collada.Animations.Channel.#ctor(System.Xml.XmlElement,Collada.Animations.Animation)"]

animation (Animation)

[Missing <param name="animation"/> documentation for "M:Collada.Animations.Channel.#ctor(System.Xml.XmlElement,Collada.Animations.Animation)"]

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)