Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[ResolverPriority(-1)]
public class EditableKeyValuePairResolver<TKey, TValue> : OdinPropertyResolver<EditableKeyValuePair<TKey, TValue>>, IHasSpecialPropertyPaths, IMaySupportPrefabModifications
public EditableKeyValuePairResolver()
public bool MaySupportPrefabModifications { get; }
public override int ChildNameToIndex(ref StringSlice name)
StringSlice | name |
System.Int32 |
public override int ChildNameToIndex(string name)
System.String | name |
System.Int32 |
protected override int GetChildCount(EditableKeyValuePair<TKey, TValue> value)
EditableKeyValuePair<TKey, TValue> | value |
System.Int32 |
public override InspectorPropertyInfo GetChildInfo(int childIndex)
System.Int32 | childIndex |
InspectorPropertyInfo |
public string GetSpecialChildPath(int childIndex)
System.Int32 | childIndex |
System.String |
protected override void Initialize()