MaxstARSDK  3.5.0
AbstractInstantTrackableBehaviour.cs
1 /*==============================================================================
2 Copyright 2017 Maxst, Inc. All Rights Reserved.
3 ==============================================================================*/
4 
5 using UnityEngine;
6 using System.IO;
7 using System;
8 using System.Runtime.InteropServices;
9 using JsonFx.Json;
10 using System.Collections;
11 using System.Collections.Generic;
12 using System.Collections.Specialized;
13 using System.Text;
14 using UnityEngine.Rendering;
15 
16 namespace maxstAR
17 {
22  {
23  }
24 }
Parent class of all TrackableBehaviour. Save tracking file's id (uuid), name, path etc...