Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoxCornerEnumerator

Malware edited this page Dec 13, 2025 · 48 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace Index

BoxCornerEnumerator Struct

public struct BoxCornerEnumerator: IEnumerator<Vector3>, IDisposable, IEnumerator, IEnumerable<Vector3>, IEnumerable

Namespace: VRageMath
Assembly: VRage.Math.dll

Implements:

Properties

Vector3 Current { get; }

Constructors

BoxCornerEnumerator(Vector3 min, Vector3 max)

Methods

void Add(object tmp)

BoxCornerEnumerator GetEnumerator()

bool MoveNext()

Clone this wiki locally