C# Class PoseListener, TangoAugmentedRealityTest

Abstract base class that can be used to automatically register for onPoseAvailable callbacks from the Tango Service.
Inheritance: MonoBehaviour
Afficher le fichier Open project: stevehenderson/TangoAugmentedRealityTest Class Usage Examples

Méthodes publiques

Свойство Type Description
m_poseAvailableCallback Tango.PoseProvider.TangoService_onPoseAvailable

Méthodes publiques

Méthode Description
SetCallback ( Array, framePairs ) : void

Registers the callback.

Méthodes protégées

Méthode Description
_OnPoseAvailable ( IntPtr, callbackContext, TangoPoseData pose ) : void

Handle the callback sent by the Tango Service when a new pose is sampled.

Method Details

SetCallback() public méthode

Registers the callback.
public SetCallback ( Array, framePairs ) : void
framePairs Array, Frame pairs.
Résultat void

_OnPoseAvailable() protected abstract méthode

Handle the callback sent by the Tango Service when a new pose is sampled.
protected abstract _OnPoseAvailable ( IntPtr, callbackContext, TangoPoseData pose ) : void
callbackContext IntPtr, Callback context.
pose TangoPoseData Pose.
Résultat void

Property Details

m_poseAvailableCallback public_oe property

public Tango.PoseProvider.TangoService_onPoseAvailable m_poseAvailableCallback
Résultat Tango.PoseProvider.TangoService_onPoseAvailable