Table of Contents

Class MaterialPassCollection

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

A collection of MaterialPass.

[DataSerializer(typeof(ListAllSerializer<MaterialPassCollection, MaterialPass>))]
public sealed class MaterialPassCollection : FastCollection<MaterialPass>, IList<MaterialPass>, ICollection<MaterialPass>, IReadOnlyList<MaterialPass>, IReadOnlyCollection<MaterialPass>, IEnumerable<MaterialPass>, IEnumerable
Inheritance
MaterialPassCollection
Implements
Inherited Members
Extension Methods

Methods

InsertItem(int, MaterialPass)

protected override void InsertItem(int index, MaterialPass item)

Parameters

index int
item MaterialPass

RemoveItem(int)

protected override void RemoveItem(int index)

Parameters

index int

SetItem(int, MaterialPass)

protected override void SetItem(int index, MaterialPass item)

Parameters

index int
item MaterialPass