Class _TrackedAnnotation
Inheritance
System.Object
_TrackedAnnotation
Namespace: Unity.UIWidgets.gestures
Syntax
public class _TrackedAnnotation
Constructors
_TrackedAnnotation(MouseTrackerAnnotation)
Declaration
public _TrackedAnnotation(MouseTrackerAnnotation annotation)
Parameters
Type | Name | Description |
---|---|---|
MouseTrackerAnnotation | annotation |
Fields
activeDevices
Declaration
public HashSet<int> activeDevices
Field Value
Type | Description |
---|---|
HashSet<System.Int32> |
annotation
Declaration
public readonly MouseTrackerAnnotation annotation
Field Value
Type | Description |
---|---|
MouseTrackerAnnotation |