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