ModelEffectCollection

class ModelEffectCollection : System.Collections.ObjectModel.ReadOnlyCollection<Effect>, System.Collections.Generic.IList<Effect>, System.Collections.Generic.ICollection<Effect>, System.Collections.Generic.IEnumerable<Effect>, System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList<Effect>, System.Collections.Generic.IReadOnlyCollection<Effect>
void Add(Effect item)
Parameters:
  • item (Microsoft.Xna.Framework.Graphics.Effect) –
void Remove(Effect item)
Parameters:
  • item (Microsoft.Xna.Framework.Graphics.Effect) –
public Microsoft.Xna.Framework.Graphics.Enumerator GetEnumerator()