예제 #1
0
 public override void Initialize(IValueContainerOwner owner)
 {
     base.Initialize(owner);
     m_MarkComponent = owner.GetEntity().GetCComponent <CPropertyMarkComponent>();
     if (m_MarkComponent != null)
     {
         m_MarkComponent.onPropertyMarkChanged.AddListener(OnPropertyChanged);
     }
 }
예제 #2
0
 public virtual void Destroy()
 {
     this.owner = null;
 }
예제 #3
0
 public virtual void Initialize(IValueContainerOwner owner)
 {
     this.owner = owner;
 }