Tesseract Engine Documentation

BoneKeyframeCollection Methods

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

Public Instance Methods

Contains (inherited from ReadOnlyCollection<T>) 
CopyTo (inherited from ReadOnlyCollection<T>) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from ReadOnlyCollection<T>)Returns an enumerator that iterates through the ReadOnlyCollection`1.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetIndexByTime 
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf (inherited from ReadOnlyCollection<T>) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

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