예제 #1
0
    protected override void Awake()
    {
        base.Awake();

        root = transform.parent.GetComponentInParent <BindRoot>();
        root.Subscribe(this);
    }
예제 #2
0
파일: Bind.cs 프로젝트: pjc0247/databinder
 protected virtual void Awake()
 {
     root = GetComponentInParent <BindRoot>();
     root.Subscribe(this);
 }