public override void init()
        {
            Instance = this;

            this.getEventTrigerByPath("ig_bg_bg").onClick = onClose;
            grid = getComponentByPath <GridLayoutGroup>("scroll_view/contain");
        }
Esempio n. 2
0
 public override void init()
 {
     a3_autoplay_skill.Instance = this;
     base.getEventTrigerByPath("ig_bg_bg").onClick = new EventTriggerListener.VoidDelegate(this.onClose);
     this.grid = base.getComponentByPath <GridLayoutGroup>("scroll_view/contain");
 }