Struct SemanticSegmentationLabelEntry | Perception | 0.5.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct SemanticSegmentationLabelEntry

    LabelEntry for SemanticSegmentationLabelConfig. Maps a label to a color.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEngine.Perception.GroundTruth
    Syntax
    [Serializable]
    public struct SemanticSegmentationLabelEntry : ILabelEntry

    Fields

    color

    The color to be drawn in the semantic segmentation image

    Declaration
    public Color color
    Field Value
    Type Description
    Color

    label

    The label this entry should match.

    Declaration
    public string label
    Field Value
    Type Description
    String

    Explicit Interface Implementations

    ILabelEntry.label

    Declaration
    string ILabelEntry.label { get; }
    Returns
    Type Description
    String
    Implements
    ILabelEntry.label
    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