C# 클래스 PivotBasedCameraRig, Hellbound

상속: AbstractTargetFollower
파일 보기 프로젝트 열기: Backman/Hellbound

보호된 프로퍼티들

프로퍼티 타입 설명
m_Camera Transform
m_LastTargetPosition Vector3
m_Pivot Transform

보호된 메소드들

메소드 설명
Awake ( ) : void
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void
followTarget ( float deltaTime ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OnDrawGizmos() 보호된 메소드

protected OnDrawGizmos ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

followTarget() 보호된 메소드

protected followTarget ( float deltaTime ) : void
deltaTime float
리턴 void

프로퍼티 상세

m_Camera 보호되어 있는 프로퍼티

protected Transform m_Camera
리턴 Transform

m_LastTargetPosition 보호되어 있는 프로퍼티

protected Vector3 m_LastTargetPosition
리턴 Vector3

m_Pivot 보호되어 있는 프로퍼티

protected Transform m_Pivot
리턴 Transform