Example #1
0
 void Awake()
 {
     selfTransform    = transform;
     conditionSignals = ProcessingSignals.Check(this);
     if (Starter.initialized == false)
     {
         return;
     }
     Setup();
 }
Example #2
0
 /// <summary>
 /// <para>Send a signal to the Frameworks default Signal processor.</para>
 /// </summary>
 /// <param name="signal"></param>
 /// <typeparam name="T"></typeparam>
 public static void Send <T>(ref T signal) where T : struct
 {
     ProcessingSignals.Send(ref signal);
 }
Example #3
0
 void Awake()
 {
     selfTransform    = transform;
     conditionSignals = ProcessingSignals.Check(this);
 }