Table of Contents

Struct TargetingSnapshot

Namespace
MoonBark.GridPlacement.Core.Services.Targeting
Assembly
MoonBark.GridPlacement.Core.dll

Snapshot of targeting service state for debugging.

public readonly record struct TargetingSnapshot : IEquatable<TargetingSnapshot>
Implements
Inherited Members

Properties

IsManualTargetingActive

public bool IsManualTargetingActive { get; init; }

Property Value

bool

IsReady

public bool IsReady { get; init; }

Property Value

bool

Position

public CoreVector2I Position { get; init; }

Property Value

CoreVector2I

PositionerId

public string PositionerId { get; init; }

Property Value

string

Revision

public long Revision { get; init; }

Property Value

long

TargetId

public string TargetId { get; init; }

Property Value

string

TargetMapId

public string TargetMapId { get; init; }

Property Value

string