IGraphicEnabledDisabled.cs 182 B

12345678910
  1. using System;
  2. namespace UnityEngine.UI
  3. {
  4. [Obsolete("Not supported anymore")]
  5. interface IGraphicEnabledDisabled
  6. {
  7. void OnSiblingGraphicEnabledDisabled();
  8. }
  9. }