Struct Vector3Array

Vector3Array structure

Wraps an encoded Memory and exposes it as an IList.

public struct Vector3Array : IList<Vector3>, IReadOnlyList<Vector3>

Constructors

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

Properties

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

Methods

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

See Also