docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IOverlayPanelProvider

    Interface that should be defined by a class that wants to be able to provide a image to the overlay panel.

    Namespace: UnityEngine.Perception.GroundTruth
    Assembly: Unity.Perception.Runtime.dll
    Syntax
    public interface IOverlayPanelProvider

    Properties

    label

    The label of the overlay panel.

    Declaration
    string label { get; }
    Property Value
    Type Description
    string

    overlayImage

    The image to the overlay panel.

    Declaration
    Texture overlayImage { get; }
    Property Value
    Type Description
    Texture
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)