Table of Contents

Class TargetChangedEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Event raised when a target changes position.

public class TargetChangedEvent : ServiceEvent
Inheritance
TargetChangedEvent
Inherited Members

Constructors

TargetChangedEvent(object, CoreVector2I, CoreVector2I)

public TargetChangedEvent(object source, CoreVector2I oldPosition, CoreVector2I newPosition)

Parameters

source object
oldPosition CoreVector2I
newPosition CoreVector2I

Properties

NewPosition

public CoreVector2I NewPosition { get; }

Property Value

CoreVector2I

OldPosition

public CoreVector2I OldPosition { get; }

Property Value

CoreVector2I