Class EffectPassCollection
public class EffectPassCollection : IEnumerable<EffectPass>, IEnumerable
- Inheritance
-
EffectPassCollection
- Implements
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[int]
public EffectPass this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public EffectPass this[string name] { get; }
Parameters
name
string
Property Value
Methods
GetEnumerator()
public EffectPassCollection.Enumerator GetEnumerator()