Class TrackedPointerEventData
Inheritance
System.Object
TrackedPointerEventData
Namespace: UnityEngine.InputSystem.Plugins.UI
Syntax
public class TrackedPointerEventData : PointerEventData
Constructors
TrackedPointerEventData(EventSystem)
Declaration
public TrackedPointerEventData(EventSystem eventSystem)
Parameters
| Type | Name | Description |
|---|---|---|
| EventSystem | eventSystem |
Properties
maxDistance
Declaration
public float maxDistance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
ray
Declaration
public Ray ray { get; set; }
Property Value
| Type | Description |
|---|---|
| Ray |