Table of Contents

Class PositionCollection

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly
MonoGame.Framework.Content.Pipeline.dll

Provides a collection of vertex position values.

public sealed class PositionCollection : Collection<Vector3>, IList<Vector3>, ICollection<Vector3>, IReadOnlyList<Vector3>, IReadOnlyCollection<Vector3>, IEnumerable<Vector3>, IList, ICollection, IEnumerable
Inheritance
PositionCollection
Implements
Inherited Members

Constructors

PositionCollection()

Initializes a new instance of PositionCollection.

public PositionCollection()