A Sandcastle Documented Class Library
Channels Property
NamespacesCollada.AnimationsAnimationChannels
Each animation provides animation data for a specific channel of movement for whatever it is animating. This is the list of channels.
Declaration Syntax
C#Visual BasicVisual C++
public List<Channel> Channels { get; }
Public ReadOnly Property Channels As List(Of Channel)
public:
property List<Channel^>^ Channels {
	List<Channel^>^ get ();
}

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