Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[ResolverPriority(1000)]
public class AtomAndEnumPropertyResolver<TValue> : OdinPropertyResolver<TValue>, IMaySupportPrefabModifications
public AtomAndEnumPropertyResolver()
public bool MaySupportPrefabModifications { get; }
public override bool CanResolveForPropertyFilter(InspectorProperty property)
InspectorProperty | property |
System.Boolean |
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(TValue value)
TValue | value |
System.Int32 |
public override InspectorPropertyInfo GetChildInfo(int childIndex)
System.Int32 | childIndex |
InspectorPropertyInfo |