C# 클래스 PlayerActionHandler, code

상속: MonoBehaviour
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
beingDragged bool
currPos Vector3
fingerIndex int
offset Vector3
otherObj GameObject

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

프로퍼티 상세

beingDragged 공개적으로 프로퍼티

public bool beingDragged
리턴 bool

currPos 공개적으로 프로퍼티

public Vector3 currPos
리턴 Vector3

fingerIndex 공개적으로 프로퍼티

public int fingerIndex
리턴 int

offset 공개적으로 프로퍼티

public Vector3 offset
리턴 Vector3

otherObj 공개적으로 프로퍼티

public GameObject otherObj
리턴 GameObject