BlisterUI.Widgets.RectButton.DisposeOther C# (CSharp) Method

DisposeOther() protected method

protected DisposeOther ( ) : void
return void
        protected override void DisposeOther()
        {
            base.DisposeOther();
            OnMouseEntry = null;
            OnButtonPress = null;
            OnMouseExit = null;
            Unhook();
        }