C# 클래스 SimpleSmoothMouseLook

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

공개 프로퍼티들

프로퍼티 타입 설명
characterBody GameObject
clampInDegrees Vector2
lockCursor bool
sensitivity Vector2
smoothing Vector2
targetCharacterDirection Vector2
targetDirection Vector2

비공개 메소드들

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

프로퍼티 상세

characterBody 공개적으로 프로퍼티

public GameObject characterBody
리턴 GameObject

clampInDegrees 공개적으로 프로퍼티

public Vector2 clampInDegrees
리턴 Vector2

lockCursor 공개적으로 프로퍼티

public bool lockCursor
리턴 bool

sensitivity 공개적으로 프로퍼티

public Vector2 sensitivity
리턴 Vector2

smoothing 공개적으로 프로퍼티

public Vector2 smoothing
리턴 Vector2

targetCharacterDirection 공개적으로 프로퍼티

public Vector2 targetCharacterDirection
리턴 Vector2

targetDirection 공개적으로 프로퍼티

public Vector2 targetDirection
리턴 Vector2