C# 클래스 CameraRig, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
use CameraRig,

공개 메소드들

메소드 설명
Awake ( ) : void

Initialize

GetVisibleRegion ( ) : Region,

Get the currently visible region

JumpTo ( Vector3 p ) : void

Jump the view to the supplied location

LateUpdate ( ) : void

Update camera locations

Start ( ) : void

Add the SSAO effect if supported

Zoom ( float axis ) : void

Zoom the main camera in or out as specified

비공개 메소드들

메소드 설명
GetCoordAt ( Vector3 screenPosition ) : Vector3

Gets the tile coordinate at screenPosition.

메소드 상세

Awake() 공개 메소드

Initialize
public Awake ( ) : void
리턴 void

GetVisibleRegion() 공개 메소드

Get the currently visible region
public GetVisibleRegion ( ) : Region,
리턴 Region,

JumpTo() 공개 메소드

Jump the view to the supplied location
public JumpTo ( Vector3 p ) : void
p Vector3 /// A ///
리턴 void

LateUpdate() 공개 메소드

Update camera locations
public LateUpdate ( ) : void
리턴 void

Start() 공개 메소드

Add the SSAO effect if supported
public Start ( ) : void
리턴 void

Zoom() 공개 메소드

Zoom the main camera in or out as specified
public Zoom ( float axis ) : void
axis float /// A ///
리턴 void

프로퍼티 상세

use 공개적으로 정적으로 프로퍼티

singleton
public static CameraRig, use
리턴 CameraRig,