C# 클래스 CameraFocusChanger.CameraFocusChanger

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: zentarul/camerafocuschanger 1 사용 예제들

공개 메소드들

메소드 설명
FocusOn ( Transform transform ) : void
ResetFocus ( ) : void

비공개 메소드들

메소드 설명
CheckForVesselChanged ( ) : void
DebugPrint ( string text ) : void
GetTransform ( ) : Transform
OnCameraChange ( CameraManager cameraMode ) : void
OnDestroy ( ) : void
OnStageSeparation ( EventReport report ) : void
OnUndock ( EventReport report ) : void
OnVesselChange ( Vessel vessel ) : void
OnVesselGoOnRails ( Vessel vessel ) : void
OnVesselWillDestroy ( Vessel vessel ) : void
Start ( ) : void
Update ( ) : void
UpdateFocus ( ) : void

메소드 상세

FocusOn() 공개 메소드

public FocusOn ( Transform transform ) : void
transform UnityEngine.Transform
리턴 void

ResetFocus() 공개 메소드

public ResetFocus ( ) : void
리턴 void