C# Class TangoGestureCamera, project-tango-poc

Pointcloud orbit camera.
Inheritance: MonoBehaviour
Exibir arquivo Open project: stetro/project-tango-poc

Public Properties

Property Type Description
m_defaultCameraMode CameraType
m_enableCameraModeUI bool
m_targetFollowingObject GameObject

Public Methods

Method Description
EnableCamera ( CameraType cameraType ) : void

Enabled based on camera type.

Private Methods

Method Description
LateUpdate ( ) : void

Updates, take touching event.

OnGUI ( ) : void

Draw buttons to swap current behavior.

Start ( ) : void

Set up cameras.

Method Details

EnableCamera() public method

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

Property Details

m_defaultCameraMode public_oe property

public CameraType m_defaultCameraMode
return CameraType

m_enableCameraModeUI public_oe property

public bool m_enableCameraModeUI
return bool

m_targetFollowingObject public_oe property

public GameObject m_targetFollowingObject
return GameObject