Tesseract Engine Documentation

BonePoseCollection Methods

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

Public Instance Methods

Contains (inherited from ReadOnlyCollection<T>) 
CopyAbsoluteTransformsTo 
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.
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

BonePoseCollection Class | Xclna.Xna.Animation Namespace