6 public class Origin : MonoBehaviour
10 #region PRIVATE_MEMBER_VARIABLES 12 #endregion // PRIVATE_MEMBER_VARIABLES 29 public void Init(
string VuMarkId)
31 string originid = VuMarkId;
32 Debug.Log(
"New Origin w/ ID " + originid);
Singleton object for handling scene loading and widget creation
void Init(string VuMarkId)
This method associates the parent VuMarkId to Origin
IEnumerator GetText(string id)
Starts get request to fetch config for a given ID
static JSONBuilder instance