Example #1
0
 public static string monotouid(Shared.Interactive a)
 {
     if (a != null)
     {
         return(a.UID.ToString());
     }
     else
     {
         return("null");
     }
 }
Example #2
0
 // Обновление параметров хинта
 protected abstract void DoChange(Interactive AObject);
 // Активация элемента
 protected abstract void DoInit(Interactive ASubject);
Example #4
0
 // Создание класса ресурса
 protected override void DoInit(Interactive ASubject)
 {
     FSelf      = (Resource)ASubject;
     FOCollider = FSelf.Transform.GetComponent <BoxCollider>();
 }