Table of Contents

Class ModelEffectCollection

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Represents a collection of effects associated with a model.

public sealed class ModelEffectCollection : ReadOnlyCollection<Effect>, IList<Effect>, ICollection<Effect>, IReadOnlyList<Effect>, IReadOnlyCollection<Effect>, IEnumerable<Effect>, IList, ICollection, IEnumerable
Inheritance
ModelEffectCollection
Implements
Inherited Members

Methods

GetEnumerator()

Returns a ModelEffectCollection.Enumerator that can iterate through a collection.

public ModelEffectCollection.Enumerator GetEnumerator()

Returns

ModelEffectCollection.Enumerator