Example #1
0
 private void assetInitialization()
 {
     g_ButtonManager            = this.GetComponent <ButtonClicking>();
     g_JsonManager              = this.GetComponent <JSONManager>();
     g_SelectedElementTransform = null;
     g_AnnotationCounter        = 0;
 }