C# Class PointCloudGUIController, project-tango-poc

FPS counter.
Inheritance: MonoBehaviour
Afficher le fichier Open project: stetro/project-tango-poc

Méthodes publiques

Свойство Type Description
m_pointcloud TangoPointCloud,
m_tangoPoseController TangoDeltaPoseController,

Méthodes publiques

Méthode Description
OnGUI ( ) : void

Unity GUI callback.

Start ( ) : void

Use this for initialization.

Update ( ) : void

Update is called once per frame.

Private Methods

Méthode Description
_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.

Method Details

OnGUI() public méthode

Unity GUI callback.
public OnGUI ( ) : void
Résultat void

Start() public méthode

Use this for initialization.
public Start ( ) : void
Résultat void

Update() public méthode

Update is called once per frame.
public Update ( ) : void
Résultat void

Property Details

m_pointcloud public_oe property

public TangoPointCloud, m_pointcloud
Résultat TangoPointCloud,

m_tangoPoseController public_oe property

public TangoDeltaPoseController, m_tangoPoseController
Résultat TangoDeltaPoseController,