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

VRageMath.Vector3I_RangeIterator

Malware edited this page Dec 13, 2025 · 42 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

Vector3I_RangeIterator Struct

public struct Vector3I_RangeIterator

A class for simpler traversal of ranges of integer vectors

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

Vector3I Current

Do not modify, public only for optimization!

Constructors

Vector3I_RangeIterator(ref Vector3I start, ref Vector3I end)

Methods

void GetNext(out Vector3I next)

bool IsValid()

void MoveNext()

Clone this wiki locally