docs.unity3d.com
    Show / Hide Table of Contents

    Class ContextCollectionDisplayInfo

    Display information of a context collection which assigns to each key and value of a context collection a display information.

    Inheritance
    Object
    DisplayInfo<ContextCollection>
    ContextCollectionDisplayInfo
    Inherited Members
    DisplayInfo<ContextCollection>.target
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    [Serializable]
    public class ContextCollectionDisplayInfo : DisplayInfo<ContextCollection>, ISerializationCallbackReceiver

    Properties

    keyDisplayInfoForKey

    Display info for each key along with its values. The key must have the same index as in the referenced ContextCollection

    Declaration
    public Dictionary<string, ContextCollectionDisplayInfo.ContextCollectionKeyDisplayInfo> keyDisplayInfoForKey { get; set; }
    Property Value
    Type Description
    Dictionary<String, ContextCollectionDisplayInfo.ContextCollectionKeyDisplayInfo>

    The key display information for key.

    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