C# 클래스 GoogleARCore.InstantPreviewTrackedPoseDriver

Drives cameras when using Instant Preview, since there is no easy way to provide data to Unity's TrackedPoseDriver.
상속: MonoBehaviour
파일 보기 프로젝트 열기: jbyu/arcore_face

공개 메소드들

메소드 설명
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