C# 클래스 TangoGestureCamera, project-tango-poc

Pointcloud orbit camera.
상속: MonoBehaviour
파일 보기 프로젝트 열기: stetro/project-tango-poc

공개 프로퍼티들

프로퍼티 타입 설명
m_defaultCameraMode CameraType
m_enableCameraModeUI bool
m_targetFollowingObject GameObject

공개 메소드들

메소드 설명
EnableCamera ( CameraType cameraType ) : void

Enabled based on camera type.

비공개 메소드들

메소드 설명
LateUpdate ( ) : void

Updates, take touching event.

OnGUI ( ) : void

Draw buttons to swap current behavior.

Start ( ) : void

Set up cameras.

메소드 상세

EnableCamera() 공개 메소드

Enabled based on camera type.
public EnableCamera ( CameraType cameraType ) : void
cameraType CameraType Enable which camera.
리턴 void

프로퍼티 상세

m_defaultCameraMode 공개적으로 프로퍼티

public CameraType m_defaultCameraMode
리턴 CameraType

m_enableCameraModeUI 공개적으로 프로퍼티

public bool m_enableCameraModeUI
리턴 bool

m_targetFollowingObject 공개적으로 프로퍼티

public GameObject m_targetFollowingObject
리턴 GameObject