C# Класс GoogleARCore.InstantPreviewTrackedPoseDriver

Drives cameras when using Instant Preview, since there is no easy way to provide data to Unity's TrackedPoseDriver.
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
Update ( ) : void

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

Описание методов

Update() публичный Метод

Updates the game object's local transform to that of the latest pose received by Instant Preview.
public Update ( ) : void
Результат void