C# Class GoogleARCore.InstantPreviewTrackedPoseDriver

Drives cameras when using Instant Preview, since there is no easy way to provide data to Unity's TrackedPoseDriver.
Inheritance: MonoBehaviour
Afficher le fichier Open project: jbyu/arcore_face

Méthodes publiques

Méthode Description
Update ( ) : void

Updates the game object's local transform to that of the latest pose received by Instant Preview.

Method Details

Update() public méthode

Updates the game object's local transform to that of the latest pose received by Instant Preview.
public Update ( ) : void
Résultat void