Tesla Graphics Engine Documentation (January 2012)
ITextureCollection Interface
TeslaTesla.GraphicsITextureCollection
Represents the collection of textures set onto the device.
Declaration Syntax
C#
public interface ITextureCollection : IEnumerable<Texture>, 
	IEnumerable
Members
All Members Methods Properties



Icon Member Description
GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'Texture>)>)>.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item[([( Int32])])
Gets or sets the texture.

MaxTextures
Gets the maximum number of textures supported by the device.

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