Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public abstract class OdinPropertyResolver<TValue> : OdinPropertyResolver
protected OdinPropertyResolver()
protected virtual bool AllowNullValues { get; }
public IPropertyValueEntry<TValue> ValueEntry { get; }
protected override sealed int CalculateChildCount()
System.Int32 |
protected abstract int GetChildCount(TValue value)
TValue | value |
System.Int32 |