Skip to content

Enabling 1 [TabGroup] enables all of them #116

Description

@nnra6864

This is the code:

        [HorizontalGroup("Fade")]
        [Title("Fade In")]
        [HideLabel]
        public bool OverrideFadeIn;

        [HorizontalGroup("Fade")]
        [Title("Fade Out")]
        [HideLabel]
        public bool OverrideFadeOut;

        [EnableIf(nameof(OverrideFadeIn), true)]
        [TabGroup("Fade In")]
        public bool FadeIn;

        [EnableIf(nameof(OverrideFadeOut), true)]
        [TabGroup("Fade Out")]
        public bool FadeOut;

So enabling/disabling either of the overrides will cause both tabs to become visible/invisible.

Image Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions