public final class EffectPassCollection extends java.lang.Object implements java.lang.Iterable<EffectPass>
Constructor and Description |
---|
EffectPassCollection() |
Modifier and Type | Method and Description |
---|---|
int |
Count()
Gets the number of objects in the collection.
|
EffectPass |
get(int index)
Gets a specific element in the collection by using an index value.
|
EffectPass |
get(java.lang.String name)
Gets a specific element in the collection by using a name.
|
java.util.Iterator<EffectPass> |
iterator()
Gets an enumerator that can iterate through the EffectPassCollection.
|
public EffectPass get(int index)
index
- Index of the EffectPass to get.public EffectPass get(java.lang.String name)
name
- Name of the EffectPass to get.public int Count()
public java.util.Iterator<EffectPass> iterator()
iterator
in interface java.lang.Iterable<EffectPass>