Class ManipulationStartedEvent
- Namespace
- MoonBark.GridPlacement.Core.Events
- Assembly
- MoonBark.GridPlacement.Core.dll
Event raised when a manipulation operation starts.
public class ManipulationStartedEvent : ServiceEvent
- Inheritance
-
ManipulationStartedEvent
- Inherited Members
Constructors
ManipulationStartedEvent(object, GridMode, CoreVector2I)
public ManipulationStartedEvent(object source, GridMode mode, CoreVector2I startPosition)
Parameters
Properties
Mode
public GridMode Mode { get; }
Property Value
StartPosition
public CoreVector2I StartPosition { get; }
Property Value
- CoreVector2I