Tesseract Engine Documentation

BoneKeyframeCollection Properties

The properties of the BoneKeyframeCollection class are listed below. For a complete list of BoneKeyframeCollection class members, see the BoneKeyframeCollection Members topic.

Public Instance Properties

BoneName 
Count (inherited from ReadOnlyCollection<T>)Gets the number of elements contained in the ReadOnlyCollection`1 instance.
Duration 
Item (inherited from ReadOnlyCollection<T>)Gets the element at the specified index.

Protected Instance Properties

Items (inherited from ReadOnlyCollection<T>)Returns the IList`1 that the ReadOnlyCollection`1 wraps.

Explicit Interface Implementations

ICollection.CopyTo (inherited from ReadOnlyCollection<T>) 
ICollection<T>.Add (inherited from ReadOnlyCollection<T>) 
ICollection<T>.Clear (inherited from ReadOnlyCollection<T>) 
ICollection<T>.Remove (inherited from ReadOnlyCollection<T>) 
IEnumerable.GetEnumerator (inherited from ReadOnlyCollection<T>) 
IList.Add (inherited from ReadOnlyCollection<T>) 
IList.Clear (inherited from ReadOnlyCollection<T>) 
IList.Contains (inherited from ReadOnlyCollection<T>) 
IList.IndexOf (inherited from ReadOnlyCollection<T>) 
IList.Insert (inherited from ReadOnlyCollection<T>) 
IList.Remove (inherited from ReadOnlyCollection<T>) 
IList.RemoveAt (inherited from ReadOnlyCollection<T>) 
IList<T>.Insert (inherited from ReadOnlyCollection<T>) 
IList<T>.RemoveAt (inherited from ReadOnlyCollection<T>) 

See Also

BoneKeyframeCollection Class | Xclna.Xna.Animation Namespace