A Sandcastle Documented Class Library
KeyFrames Property
NamespacesCollada.AnimationsAnimationKeyFrames
The KeyFrame list is not collada specific, but is an easier way to get the data for a particular frame of the animation.
Declaration Syntax
C#Visual BasicVisual C++
public List<Keyframe> KeyFrames { get; }
Public ReadOnly Property KeyFrames As List(Of Keyframe)
public:
property List<Keyframe^>^ KeyFrames {
	List<Keyframe^>^ get ();
}

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