C# Class UICamera.MouseOrTouch, Hero.Coli

Ambiguous mouse, touch, or controller event.
显示文件 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_oe property

public ClickNotification clickNotification
return ClickNotification

clickTime public_oe property

public float clickTime
return float

current public_oe property

public GameObject current
return GameObject

delta public_oe property

public Vector2 delta
return Vector2

dragStarted public_oe property

public bool dragStarted
return bool

pos public_oe property

public Vector2 pos
return Vector2

pressStarted public_oe property

public bool pressStarted
return bool

pressed public_oe property

public GameObject pressed
return GameObject

pressedCam public_oe property

public Camera pressedCam
return Camera

totalDelta public_oe property

public Vector2 totalDelta
return Vector2

touchBegan public_oe property

public bool touchBegan
return bool