Class ContextCollectionDisplayInfo
Display information of a context collection which assigns to each key and value of a context collection a display information.
Inherited Members
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
OnBeforeSerialize()
Called when [before serialize].
Declaration
public void OnBeforeSerialize()