protected override void OnEnable() { base.OnEnable(); if (this.graphic != null) { this.graphic.canvasRenderer.hasPopInstruction = true; this.graphic.SetMaterialDirty(); } MaskUtilities.NotifyStencilStateChanged(this); }