コード例 #1
0
 /// <summary>
 /// Render the anchored models
 /// </summary>
 protected virtual void RenderAnchors(Camera camera, Google.AR.Core.Frame frame)
 {
 }
コード例 #2
0
 /// <summary>
 /// Handle when the user taps the screen
 /// </summary>
 protected virtual void HandleTaps(Google.AR.Core.Camera camera, Google.AR.Core.Frame frame)
 {
 }
コード例 #3
0
 /// <summary>
 /// Render any plane
 /// </summary>
 protected virtual void RenderPlanes(Camera camera, Google.AR.Core.Frame frame)
 {
 }
コード例 #4
0
 /// <summary>
 /// Checks if some augmented images were detected
 /// </summary>
 protected virtual void CheckDetectedImages(Google.AR.Core.Frame frame)
 {
 }