β¨οΈInput Controls
Learn how the input events are handled by the selection system.
Supported components
Customisation
public interface IInputControl
{
public Action OnCancelTriggered { get; set; }
public Action OnMouseDown { get; set; }
public Action OnMouseUp { get; set; }
public Vector3 MousePosition { get; }
public Action<int> OnQuickSelectionToggle { get; set; }
public bool IsMultiClickSelectionPressed { get; }
public bool IsQuickSavePressed { get; }
}Last updated