Tesla Graphics Engine Documentation (January 2012)
IEffectPassCollection Interface
TeslaTesla.GraphicsIEffectPassCollection
Interface defining an effect pass collection.
Declaration Syntax
C#
public interface IEffectPassCollection : IEnumerable<IEffectPass>, 
	IEnumerable
Members
All Members Methods Properties



Icon Member Description
Count
Gets the number of passes contained by the collection.

GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IEffectPass>)>)>.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item[([( Int32])])
Gets the pass specified by its index.

Item[([( String])])
Gets the pass specified by its name.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)