C# 클래스 InGameCamera, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
cam1FocusPos Transform
cam1Pos Transform
cam2FocusPos Transform
cam2Pos Transform
changingView bool
focusPos Vector3
focusRot Quaternion
speed float
targetPos Vector3
targetRot Quaternion

공개 메소드들

메소드 설명
ChangePosition ( Transform target ) : void
ChangePosition ( Transform target, float speed ) : void
ChangeTarget ( Transform target ) : void
ChangeTarget ( Transform target, float speed ) : void
Start ( ) : void
Update ( ) : void
instantReturnPosition ( ) : void
returnPosition ( ) : void
returnPosition ( float speed ) : void

메소드 상세

ChangePosition() 공개 메소드

public ChangePosition ( Transform target ) : void
target Transform
리턴 void

ChangePosition() 공개 메소드

public ChangePosition ( Transform target, float speed ) : void
target Transform
speed float
리턴 void

ChangeTarget() 공개 메소드

public ChangeTarget ( Transform target ) : void
target Transform
리턴 void

ChangeTarget() 공개 메소드

public ChangeTarget ( Transform target, float speed ) : void
target Transform
speed float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

instantReturnPosition() 공개 메소드

public instantReturnPosition ( ) : void
리턴 void

returnPosition() 공개 메소드

public returnPosition ( ) : void
리턴 void

returnPosition() 공개 메소드

public returnPosition ( float speed ) : void
speed float
리턴 void

프로퍼티 상세

cam1FocusPos 공개적으로 프로퍼티

public Transform cam1FocusPos
리턴 Transform

cam1Pos 공개적으로 프로퍼티

public Transform cam1Pos
리턴 Transform

cam2FocusPos 공개적으로 프로퍼티

public Transform cam2FocusPos
리턴 Transform

cam2Pos 공개적으로 프로퍼티

public Transform cam2Pos
리턴 Transform

changingView 공개적으로 프로퍼티

public bool changingView
리턴 bool

focusPos 공개적으로 프로퍼티

public Vector3 focusPos
리턴 Vector3

focusRot 공개적으로 프로퍼티

public Quaternion focusRot
리턴 Quaternion

speed 공개적으로 프로퍼티

public float speed
리턴 float

targetPos 공개적으로 프로퍼티

public Vector3 targetPos
리턴 Vector3

targetRot 공개적으로 프로퍼티

public Quaternion targetRot
리턴 Quaternion