Table of Contents

Interface ITextureArray

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents a read-only array of texture objects that can be accessed by index.

public interface ITextureArray : IEnumerable<int>, IEnumerable
Inherited Members

Properties

this[int]

Gets the texture object at the specified index.

Length

Gets the total number of texture objects in the array.