C# Class UICamera.MouseOrTouch, Hero.Coli

Ambiguous mouse, touch, or controller event.
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
clickNotification ClickNotification
clickTime float
current GameObject
delta Vector2
dragStarted bool
pos Vector2
pressStarted bool
pressed GameObject
pressedCam Camera
totalDelta Vector2
touchBegan bool

Property Details

clickNotification public property

public ClickNotification clickNotification
return ClickNotification

clickTime public property

public float clickTime
return float

current public property

public GameObject current
return GameObject

delta public property

public Vector2 delta
return Vector2

dragStarted public property

public bool dragStarted
return bool

pos public property

public Vector2 pos
return Vector2

pressStarted public property

public bool pressStarted
return bool

pressed public property

public GameObject pressed
return GameObject

pressedCam public property

public Camera pressedCam
return Camera

totalDelta public property

public Vector2 totalDelta
return Vector2

touchBegan public property

public bool touchBegan
return bool