C# 클래스 SmootherTrackingCamera, GrapplingHookFighters

상속: MonoBehaviour
파일 보기 프로젝트 열기: PurdueSIGGD/GrapplingHookFighters

공개 프로퍼티들

프로퍼티 타입 설명
maxZoom float
minZoom float
movementSpeed float
tracking bool

공개 메소드들

메소드 설명
ResetCamera ( ) : void
ResetCamera ( float newMinZoom, float newMaxZoom ) : void
SetTracking ( bool b ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

ResetCamera() 공개 메소드

public ResetCamera ( ) : void
리턴 void

ResetCamera() 공개 메소드

public ResetCamera ( float newMinZoom, float newMaxZoom ) : void
newMinZoom float
newMaxZoom float
리턴 void

SetTracking() 공개 메소드

public SetTracking ( bool b ) : void
b bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

maxZoom 공개적으로 프로퍼티

public float maxZoom
리턴 float

minZoom 공개적으로 프로퍼티

public float minZoom
리턴 float

movementSpeed 공개적으로 프로퍼티

public float movementSpeed
리턴 float

tracking 공개적으로 프로퍼티

public bool tracking
리턴 bool