Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public interface IValueEntryActualValueSetter
An internally used interface that is used by value entries during ApplyChanges(), that lets value entries force each other to set values directly to their target objects.
This interface should not be used by people who do not know what they are doing.
void SetActualValue(int index, object value)
System.Int32 | index | |
System.Object | value |