Struct PointerState
Namespace: Unity.Tiny.UIControls
Syntax
public struct PointerState
Fields
cancelled
Declaration
public bool cancelled
Field Value
Type | Description |
---|---|
System.Boolean |
down
Declaration
public bool down
Field Value
Type | Description |
---|---|
System.Boolean |
id
Declaration
public PointerID id
Field Value
Type | Description |
---|---|
PointerID |
pos
Declaration
public float2 pos
Field Value
Type | Description |
---|---|
float2 |
up
Declaration
public bool up
Field Value
Type | Description |
---|---|
System.Boolean |
willGone
Declaration
public bool willGone
Field Value
Type | Description |
---|---|
System.Boolean |