Table of Contents

Class PreviewUpdatedEventArgs

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

Event args for preview updated events.

public class PreviewUpdatedEventArgs : EventArgs
Inheritance
PreviewUpdatedEventArgs
Inherited Members

Constructors

PreviewUpdatedEventArgs(int, int, CoreVector2I, bool)

public PreviewUpdatedEventArgs(int entityId, int placeableHash, CoreVector2I position, bool isValid)

Parameters

entityId int
placeableHash int
position CoreVector2I
isValid bool

Properties

EntityId

public int EntityId { get; }

Property Value

int

IsValid

public bool IsValid { get; }

Property Value

bool

PlaceableHash

public int PlaceableHash { get; }

Property Value

int

Position

public CoreVector2I Position { get; }

Property Value

CoreVector2I