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

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

공개 프로퍼티들

프로퍼티 타입 설명
m_pointcloud TangoPointCloud,
m_tangoPoseController TangoDeltaPoseController,

공개 메소드들

메소드 설명
OnGUI ( ) : void

Unity GUI callback.

Start ( ) : void

Use this for initialization.

Update ( ) : void

Update is called once per frame.

비공개 메소드들

메소드 설명
_GetLogginStringFromFrameDeltaTime ( float frameDeltaTime ) : string

Return a string to get logging of FrameDeltaTime.

_GetLoggingStringFromFrameCount ( int frameCount ) : string

Return a string to the get logging from frame count.

_GetLoggingStringFromPoseStatus ( TangoEnums status ) : string

Construct readable string from TangoPoseStatusType.

_GetLoggingStringFromQuaternion ( Quaternion quat ) : string

Reformat string from quaternion type for data logging.

_GetLoggingStringFromVec3 ( Vector3 vec ) : string

Reformat string from vector3 type for data logging.

메소드 상세

OnGUI() 공개 메소드

Unity GUI callback.
public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

Use this for initialization.
public Start ( ) : void
리턴 void

Update() 공개 메소드

Update is called once per frame.
public Update ( ) : void
리턴 void

프로퍼티 상세

m_pointcloud 공개적으로 프로퍼티

public TangoPointCloud, m_pointcloud
리턴 TangoPointCloud,

m_tangoPoseController 공개적으로 프로퍼티

public TangoDeltaPoseController, m_tangoPoseController
리턴 TangoDeltaPoseController,