Table of Contents

Class EntityPlacedEventArgs

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

Event args for entity placed events.

public class EntityPlacedEventArgs : EventArgs
Inheritance
EntityPlacedEventArgs
Inherited Members

Constructors

EntityPlacedEventArgs(int, int, CoreVector2I, BuildType)

public EntityPlacedEventArgs(int entityId, int placeableHash, CoreVector2I position, BuildType buildType)

Parameters

entityId int
placeableHash int
position CoreVector2I
buildType BuildType

Properties

BuildType

public BuildType BuildType { get; }

Property Value

BuildType

EntityId

public int EntityId { get; }

Property Value

int

PlaceableHash

public int PlaceableHash { get; }

Property Value

int

Position

public CoreVector2I Position { get; }

Property Value

CoreVector2I