docs.unity3d.com
    Show / Hide Table of Contents

    Class ContextCollectionDisplayInfo.ContextCollectionKeyDisplayInfo

    Encapsulates the display information for each value of particular key.

    Inheritance
    Object
    ContextCollectionDisplayInfo.ContextCollectionKeyDisplayInfo
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    [Serializable]
    public class ContextCollectionKeyDisplayInfo : ISerializationCallbackReceiver

    Properties

    displayInfoForValue

    Gets or sets the display information for value.

    Declaration
    public Dictionary<string, DisplayInfoContent> displayInfoForValue { get; set; }
    Property Value
    Type Description
    Dictionary<String, DisplayInfoContent>

    The display information for value.

    keyDisplayInfo

    Gets or sets the key display information.

    Declaration
    public DisplayInfoContent keyDisplayInfo { get; set; }
    Property Value
    Type Description
    DisplayInfoContent

    The key display information.

    Methods

    OnAfterDeserialize()

    Called when [after deserialize].

    Declaration
    public void OnAfterDeserialize()
    Implements
    ISerializationCallbackReceiver.OnAfterDeserialize()

    OnBeforeSerialize()

    Called when [before serialize].

    Declaration
    public void OnBeforeSerialize()
    Implements
    ISerializationCallbackReceiver.OnBeforeSerialize()
    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