Esempio n. 1
0
 public virtual void Init(string UIEventKey, int id)
 {
     m_UIEventKey = UIEventKey;
     m_register   = InputUIEventProxy.GetOnScrollListener(m_UIEventKey, name, OnSetContentAnchoredPosition);
 }