C# 클래스 FirstPersonCamera, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
horizontalAxis string
lockCursor bool
offset Vector3
onChild string
sensitivity Vector2
verticalAxis string

보호된 메소드들

메소드 설명
DontExecuteCamera ( ) : void
ExecuteCamera ( Transform target ) : void

메소드 상세

DontExecuteCamera() 보호된 메소드

protected DontExecuteCamera ( ) : void
리턴 void

ExecuteCamera() 보호된 메소드

protected ExecuteCamera ( Transform target ) : void
target Transform
리턴 void

프로퍼티 상세

horizontalAxis 공개적으로 프로퍼티

public string horizontalAxis
리턴 string

lockCursor 공개적으로 프로퍼티

public bool lockCursor
리턴 bool

offset 공개적으로 프로퍼티

public Vector3 offset
리턴 Vector3

onChild 공개적으로 프로퍼티

public string onChild
리턴 string

sensitivity 공개적으로 프로퍼티

public Vector2 sensitivity
리턴 Vector2

verticalAxis 공개적으로 프로퍼티

public string verticalAxis
리턴 string