TargetingStateSink

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public sealed class TargetingStateSink : ITargetingStateSink

Summary

Default implementation of ITargetingStateSink backed by a TargetingState2D.

Metadata

Namespace: GridPlacement.Core.Services.Targeting

Source File: cs/Core/Services/Targeting/TargetingStateSink.cs

Assembly: GridPlacement.Core

Type: class

Implements

  • ITargetingStateSink

Constructors

TargetingStateSink

1
public TargetingStateSink(TargetingState2D state)

Properties

TargetMap

1
public IGridMap2D? TargetMap { set; }

Maps

1
public IReadOnlyList<IGridMap2D> Maps { set; }