docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021