Namespace: | Sirenix.OdinInspector.Editor.ValueResolvers |
Assembly: | Sirenix.OdinInspector.Editor |
public struct ValueResolverContext
public string ErrorMessage
public bool ErrorMessageIsDueToException
public object FallbackValue
public bool HasFallbackValue
public bool LogExceptions
public NamedValues NamedValues
public InspectorProperty Property
public string ResolvedString
public Type ResultType
public bool SyncRefParametersWithNamedValues
public InspectorProperty ContextProperty { get; }
public Type ParentType { get; }
public void AddDefaultContextValues()
public object GetParentValue(int selectionIndex)
System.Int32 | selectionIndex | The selection index of the parent value to get. |
System.Object |
public void SetParentValue(int selectionIndex, object value)
System.Int32 | selectionIndex | The selection index of the parent value to set. |
System.Object | value | The value to set. |