| Namespace: | Sirenix.OdinInspector.Editor |
| Assembly: | Sirenix.OdinInspector.Editor |
public sealed class PropertyValueEntry<TParent, TValue> : PropertyValueEntry<TValue>, IPropertyValueEntry<TValue>, IPropertyValueEntry, IDisposable, IValueEntryActualValueSetter<TValue>, IValueEntryActualValueSetter
The type of the parent.
The type of the value.
public PropertyValueEntry()
public override sealed Type ParentType { get; }
public override sealed bool ApplyChanges()
| System.Boolean | True if any changes were made, otherwise, false. |
protected override sealed Type GetMostPreciseContainedType()
| System.Type |
protected override sealed PropertyValueState GetValueState()
| PropertyValueState |
protected override void Initialize()
protected override void SetActualValueImplementation(int index, TValue value)
| System.Int32 | index | |
| TValue | value |
protected override sealed void UpdateValues()