Table of Contents

Class EffectPassCollection

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
public class EffectPassCollection : IEnumerable<EffectPass>, IEnumerable
Inheritance
EffectPassCollection
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public EffectPass this[int index] { get; }

Parameters

index int

Property Value

EffectPass

this[string]

public EffectPass this[string name] { get; }

Parameters

name string

Property Value

EffectPass

Methods

GetEnumerator()

public EffectPassCollection.Enumerator GetEnumerator()

Returns

EffectPassCollection.Enumerator