docs.unity3d.com
    Show / Hide Table of Contents

    Class DisplayInfoContent

    Display information of a feature set.

    Inheritance
    Object
    DisplayInfoContent
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    [Serializable]
    public class DisplayInfoContent

    Properties

    description

    Description of the feature.

    Declaration
    public string description { get; set; }
    Property Value
    Type Description
    String

    The description.

    name

    Name of the feature.

    Declaration
    public string name { get; set; }
    Property Value
    Type Description
    String

    The name.

    thumbnail

    Thumbnail previewing the feature

    Declaration
    public Texture2D thumbnail { get; set; }
    Property Value
    Type Description
    Texture2D

    The thumbnail.

    visibilityStatus

    If and how the object is visible.

    Declaration
    public VisibilityStatus visibilityStatus { get; set; }
    Property Value
    Type Description
    VisibilityStatus

    The visibility status.

    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