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
IsReady
public bool IsReady { get; init; }
Property Value
Position
public CoreVector2I Position { get; init; }
Property Value
- CoreVector2I
PositionerId
public string PositionerId { get; init; }
Property Value
Revision
public long Revision { get; init; }
Property Value
TargetId
public string TargetId { get; init; }
Property Value
TargetMapId
public string TargetMapId { get; init; }