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