Class PointerDataPacket
Inheritance
System.Object
PointerDataPacket
Namespace: Unity.UIWidgets.ui
Syntax
public class PointerDataPacket
Constructors
PointerDataPacket(List<PointerData>)
Declaration
public PointerDataPacket(List<PointerData> data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<PointerData> | data |
Fields
data
Declaration
public readonly List<PointerData> data
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PointerData> |