Class PointersActivity | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class PointersActivity

    Inheritance
    System.Object
    PointersActivity
    Namespace: Unity.Tiny.UIControls
    Syntax
    public class PointersActivity

    Methods

    ClearHover(PointerID)

    Declaration
    public void ClearHover(PointerID id)
    Parameters
    Type Name Description
    PointerID id

    ClearInvalidControls(EntityManager)

    Declaration
    public void ClearInvalidControls(EntityManager mgr)
    Parameters
    Type Name Description
    EntityManager mgr

    ClearPressed(PointerID)

    Declaration
    public void ClearPressed(PointerID id)
    Parameters
    Type Name Description
    PointerID id

    Get()

    Declaration
    public static PointersActivity Get()
    Returns
    Type Description
    PointersActivity

    GetHoverControl(PointerID)

    Declaration
    public Entity GetHoverControl(PointerID id)
    Parameters
    Type Name Description
    PointerID id
    Returns
    Type Description
    Entity

    GetPressCount(Entity)

    Declaration
    public int GetPressCount(Entity control)
    Parameters
    Type Name Description
    Entity control
    Returns
    Type Description
    System.Int32

    GetPressedControl(PointerID)

    Declaration
    public Entity GetPressedControl(PointerID id)
    Parameters
    Type Name Description
    PointerID id
    Returns
    Type Description
    Entity

    IsHover(Entity)

    Declaration
    public bool IsHover(Entity control)
    Parameters
    Type Name Description
    Entity control
    Returns
    Type Description
    System.Boolean

    IsPressed(Entity)

    Declaration
    public bool IsPressed(Entity control)
    Parameters
    Type Name Description
    Entity control
    Returns
    Type Description
    System.Boolean

    SetHover(PointerID, Entity)

    Declaration
    public void SetHover(PointerID id, Entity control)
    Parameters
    Type Name Description
    PointerID id
    Entity control

    SetPressed(PointerID, Entity)

    Declaration
    public void SetPressed(PointerID id, Entity control)
    Parameters
    Type Name Description
    PointerID id
    Entity control
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023