C# 클래스 UICamera.MouseOrTouch, Hero.Coli

Ambiguous mouse, touch, or controller event.
파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clickNotification ClickNotification
clickTime float
current GameObject
delta Vector2
dragStarted bool
pos Vector2
pressStarted bool
pressed GameObject
pressedCam Camera
totalDelta Vector2
touchBegan bool

프로퍼티 상세

clickNotification 공개적으로 프로퍼티

public ClickNotification clickNotification
리턴 ClickNotification

clickTime 공개적으로 프로퍼티

public float clickTime
리턴 float

current 공개적으로 프로퍼티

public GameObject current
리턴 GameObject

delta 공개적으로 프로퍼티

public Vector2 delta
리턴 Vector2

dragStarted 공개적으로 프로퍼티

public bool dragStarted
리턴 bool

pos 공개적으로 프로퍼티

public Vector2 pos
리턴 Vector2

pressStarted 공개적으로 프로퍼티

public bool pressStarted
리턴 bool

pressed 공개적으로 프로퍼티

public GameObject pressed
리턴 GameObject

pressedCam 공개적으로 프로퍼티

public Camera pressedCam
리턴 Camera

totalDelta 공개적으로 프로퍼티

public Vector2 totalDelta
리턴 Vector2

touchBegan 공개적으로 프로퍼티

public bool touchBegan
리턴 bool