Table of Contents

Class GridNavigationBodyTraceScratch

Namespace
GridForge.Grids
Assembly
GridForge.dll

Owns reusable caller-side storage for allocation-free warmed navigation-body traces.

public sealed class GridNavigationBodyTraceScratch
Inheritance
GridNavigationBodyTraceScratch
Inherited Members

Remarks

Instances retain capacity and are not thread-safe.

Constructors

GridNavigationBodyTraceScratch(int, int)

Creates scratch with expected grid and address counts.

public GridNavigationBodyTraceScratch(int gridCapacity = 0, int addressCapacity = 0)

Parameters

gridCapacity int
addressCapacity int

Methods

Clear()

Clears temporary values while retaining capacity.

public void Clear()