Example #1
0
 protected override void OnSetVisible(bool visible)
 {
     mOnSetVisible.Invoke(visible);
     if (mOnSetVisible.ShouldInvokeBase())
     {
         base.OnSetVisible(visible);
     }
 }
Example #2
0
 protected override void OnSortDepth(int depth)
 {
     mOnSortDepth.Invoke(depth);
     if (mOnSortDepth.ShouldInvokeBase())
     {
         base.OnSortDepth(depth);
     }
 }