Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    MouseOverState Enum

    Namespace: Stride.UI
    Assembly: Stride.UI.dll

    Describe the possible states of the mouse over an UI element.

    public enum MouseOverState

    Fields

    Name Description
    MouseOverChild

    The mouse is over one of children of the element.

    MouseOverElement

    The mouse is directly over the element.

    MouseOverNone

    The mouse is neither over the element nor one of its children.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<MouseOverState>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<MouseOverState>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation