Exemple #1
0
 void Start()
 {
     if (scrollContent == null)
     {
         scrollContent = transform.parent;
         scroll        = scrollContent.GetComponent <PeronaScroll>();
     }
 }
Exemple #2
0
    void Start()
    {
        if (scrollContent == null)
        {
            scrollContent = transform.parent;
            scroll        = scrollContent.GetComponent <PeronaScroll>();
        }

        updateState();
        calculateAnchors();
    }