InputEventData

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public class InputEventData

Summary

Input event data for manipulation system

Metadata

Namespace: GridPlacement.Core.Data

Source File: cs/Core/Data/InputEventData.cs

Assembly: GridPlacement.Core

Type: class

Properties

EventType

1
public InputEventType EventType { get; set; }

Type of input event


Position

1
public CoreVector2I Position { get; set; }

Position of the input event


Pressed

1
public bool Pressed { get; set; }

Whether the input is pressed


MouseButton

1
public MouseButton MouseButton { get; set; }

Mouse button for mouse events