Version 3.3.0.1

OdinPropertyResolver<TValue> class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public abstract class OdinPropertyResolver<TValue> : OdinPropertyResolver
Inheritance

Type Parameters

TValue

Constructors

OdinPropertyResolver()
protected OdinPropertyResolver()

Properties

AllowNullValues
protected virtual bool AllowNullValues { get; }
ValueEntry
public IPropertyValueEntry<TValue> ValueEntry { get; }

Methods

CalculateChildCount()
protected override sealed int CalculateChildCount()
Returns
System.Int32

GetChildCount(TValue)
protected abstract int GetChildCount(TValue value)
Parameters
TValue value

Returns
System.Int32