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
Properties
BuildType
public BuildType BuildType { get; }
Property Value
EntityId
public int EntityId { get; }
Property Value
PlaceableHash
public int PlaceableHash { get; }
Property Value
Position
public CoreVector2I Position { get; }
Property Value
- CoreVector2I