C# 클래스 KerbCam.CameraController

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

공개 메소드들

메소드 설명
CameraController ( ) : System
OnDestroy ( ) : void
StartControlling ( Client client ) : void
StopControlling ( ) : void

비공개 메소드들

메소드 설명
AcquireFlightCamera ( ) : void
DeferredReacquireFlightCamera ( ) : IEnumerator
LoseClient ( ) : void
OnProxyDestroyed ( DestructionProxy p ) : void
ReacquireFlightCamera ( ) : void
ReleaseFlightCamera ( ) : void
ReplaceProxy ( ) : void
UpdateTransformReferences ( ) : void

Updates references to Transform objects that we're interested in.

메소드 상세

CameraController() 공개 메소드

public CameraController ( ) : System
리턴 System

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

StartControlling() 공개 메소드

public StartControlling ( Client client ) : void
client Client
리턴 void

StopControlling() 공개 메소드

public StopControlling ( ) : void
리턴 void