C# 클래스 TBDragView, swip3

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

공개 프로퍼티들

프로퍼티 타입 설명
allowUserInput bool
dragAcceleration float
dragDeceleration float
idealRotationSmoothingSpeed float
maxPitchAngle float
minPitchAngle float
reverseControls bool
sensitivity float

공개 메소드들

메소드 설명
Awake ( ) : void
LookAt ( Vector3 pos ) : void
OnDrag ( DragGesture gesture ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
NormalizePitch ( float angle ) : float

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

LookAt() 공개 메소드

public LookAt ( Vector3 pos ) : void
pos Vector3
리턴 void

OnDrag() 공개 메소드

public OnDrag ( DragGesture gesture ) : void
gesture DragGesture
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

allowUserInput 공개적으로 프로퍼티

public bool allowUserInput
리턴 bool

dragAcceleration 공개적으로 프로퍼티

public float dragAcceleration
리턴 float

dragDeceleration 공개적으로 프로퍼티

public float dragDeceleration
리턴 float

idealRotationSmoothingSpeed 공개적으로 프로퍼티

public float idealRotationSmoothingSpeed
리턴 float

maxPitchAngle 공개적으로 프로퍼티

public float maxPitchAngle
리턴 float

minPitchAngle 공개적으로 프로퍼티

public float minPitchAngle
리턴 float

reverseControls 공개적으로 프로퍼티

public bool reverseControls
리턴 bool

sensitivity 공개적으로 프로퍼티

public float sensitivity
리턴 float