Exemple #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;
 }
 public QuitTimerListener(CaptionController cp)
 {
     captionController = cp;
 }
 public SimulateWaitingTimerListener(CaptionController cp)
 {
     captionController = cp;
 }
 public SimulateErrorTimerListener(CaptionController cp)
 {
     captionController = cp;
 }
 public SimulateStartTimerListener(CaptionController cp)
 {
     captionController = cp;
 }