Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public struct EditableKeyValuePair<TKey, TValue> : IEquatable<EditableKeyValuePair<TKey, TValue>>
public EditableKeyValuePair(TKey key, TValue value, bool isInvalidKey, bool isTempKey)
TKey | key | |
TValue | value | |
System.Boolean | isInvalidKey | |
System.Boolean | isTempKey |
public bool IsInvalidKey
public bool IsTempKey
[OdinSerialize]
[DisableContextMenu(true, false)]
[ShowInInspector]
[SuppressInvalidAttributeError]
public TKey Key
[OdinSerialize]
[ShowInInspector]
public TValue Value
public bool Equals(EditableKeyValuePair<TKey, TValue> other)
EditableKeyValuePair<TKey, TValue> | other |
System.Boolean |