Search Results for

    Show / Hide Table of Contents

    Class Tooltip

    The behavior script for GameObjects that should have a tooltip.

    Inheritance
    object
    Tooltip
    Implements
    IPointerEnterHandler
    IPointerExitHandler
    Namespace: AS2.UI
    Assembly: .dll
    Syntax
    public class Tooltip : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler

    Fields

    | Edit this page View Source

    message

    Declaration
    public string message
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ChangeMessage(string)

    Declaration
    public void ChangeMessage(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    OnPointerEnter(PointerEventData)

    Declaration
    public void OnPointerEnter(PointerEventData eventData)
    Parameters
    Type Name Description
    PointerEventData eventData
    | Edit this page View Source

    OnPointerExit(PointerEventData)

    Declaration
    public void OnPointerExit(PointerEventData eventData)
    Parameters
    Type Name Description
    PointerEventData eventData

    Implements

    IPointerEnterHandler
    IPointerExitHandler
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX