Show / Hide Table of Contents

Struct ChunkIndicesEnumerator

Namespace: Content.Shared.Decals
Assembly: Content.Shared.dll
Syntax
public struct ChunkIndicesEnumerator

Constructors

| Improve this Doc View Source

ChunkIndicesEnumerator(Box2, Int32)

Declaration
public ChunkIndicesEnumerator(Box2 localAABB, int chunkSize)
Parameters
Type Name Description
Box2 localAABB
System.Int32 chunkSize

Methods

| Improve this Doc View Source

MoveNext(out Nullable<Vector2i>)

Declaration
public bool MoveNext(out Vector2i? indices)
Parameters
Type Name Description
System.Nullable<Vector2i> indices
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾