Struct Vector2Array

Vector2Array structure

Wraps an encoded Memory and exposes it as an IList.

public struct Vector2Array : IList<Vector2>, IReadOnlyList<Vector2>

Constructors

NameDescription
Vector2Array(Memory<byte>, int, EncodingType, bool)Initializes a new instance of the Vector2Array struct.
Vector2Array(Memory<byte>, int, int, int, EncodingType, bool)Initializes a new instance of the Vector2Array struct.

Properties

NameDescription
Count { get; }
Item { get; set; }

Methods

NameDescription
Contains(Vector2)
CopyTo(Vector2[], int)
Fill(IEnumerable<Vector2>, int)
GetEnumerator()
IndexOf(Vector2)

See Also