Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Awake()
 {
     myPictureController = GetComponentInChildren <PictureController>();
     myWidgetController  = GetComponentInChildren <WidgetController>();
     myCaptionController = GetComponentInChildren <CaptionController>();
     mySMControllers     = GetComponentsInChildren <SMController>();
     isEnlarged          = false;
 }
Ejemplo n.º 2
0
 public QuitTimerListener(CaptionController cp)
 {
     captionController = cp;
 }
Ejemplo n.º 3
0
 public SimulateWaitingTimerListener(CaptionController cp)
 {
     captionController = cp;
 }
Ejemplo n.º 4
0
 public SimulateErrorTimerListener(CaptionController cp)
 {
     captionController = cp;
 }
Ejemplo n.º 5
0
 public SimulateStartTimerListener(CaptionController cp)
 {
     captionController = cp;
 }