Show / Hide Table of Contents

Interface ISpatialTuple<T>

Interface specifying return type for item-location pairs in spatial maps.

Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public interface ISpatialTuple<T>
Type Parameters
Name Description
T

Type of the item associated with locations.

Properties

| Improve this Doc View Source

Item

The item associated with this pair.

Declaration
T Item { get; }
Property Value
Type Description
T
| Improve this Doc View Source

Position

The position associated with this pair.

Declaration
Coord Position { get; }
Property Value
Type Description
Coord

Extension Methods

Utility.Yield<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX