⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

class ModelAnimCollection

An enumerable for Model’s Anims

Instance Fields and Properties

   
int Count This is the total number of animations attached to the model. This will block until the Model has fully finished loading.

Instance Methods

   
GetEnumerator Gets an enumerator for the collection. This returns a concrete struct enumerator so that foreach over the collection stays allocation-free (aside from the Anim objects themselves).




Found an issue with these docs, or have some additional questions? Create an Issue on Github!